eslint-config-sentry
Advanced tools
Comparing version 1.24.0 to 1.25.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [1.25.0](https://github.com/getsentry/eslint-config-sentry/compare/v1.19.1...v1.25.0) (2019-10-23) | ||
### Features | ||
* **plugin:** Add a plugin for custom rules ([#25](https://github.com/getsentry/eslint-config-sentry/issues/25)) ([52e28f3](https://github.com/getsentry/eslint-config-sentry/commit/52e28f3)) | ||
# [1.24.0](https://github.com/getsentry/eslint-config-sentry/compare/v1.19.1...v1.24.0) (2019-10-18) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "eslint-config-sentry", | ||
"version": "1.24.0", | ||
"version": "1.25.0", | ||
"description": "sentry.io eslint config", | ||
@@ -25,3 +25,3 @@ "main": "index.js", | ||
"homepage": "https://github.com/getsentry/eslint-config-sentry#readme", | ||
"gitHead": "091bec889768bcd694f8d94f7c083dd664989308" | ||
"gitHead": "2fd43a543abf54ec6f812e1ef126f717b0daae6e" | ||
} |
9803