eslint-config-sentry
Advanced tools
Comparing version 1.127.0 to 1.128.0
@@ -6,2 +6,13 @@ # Change Log | ||
# 1.128.0 (2023-12-19) | ||
### Features | ||
* remove prettier and add rome as dev-deps ([#194](https://github.com/getsentry/eslint-config-sentry/issues/194)) ([f91fac4](https://github.com/getsentry/eslint-config-sentry/commit/f91fac49a5b1d1f0b6f668dc4d53c564368ff650)) | ||
# 1.127.0 (2023-12-13) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "eslint-config-sentry", | ||
"version": "1.127.0", | ||
"version": "1.128.0", | ||
"description": "sentry.io eslint config", | ||
@@ -25,3 +25,3 @@ "main": "index.js", | ||
"homepage": "https://github.com/getsentry/eslint-config-sentry#readme", | ||
"gitHead": "746608ece5663e73e64ed33bad58a76d7b1f47be", | ||
"gitHead": "7fbdd888606a534342c1fd4532993a8cd63ac8cc", | ||
"volta": { | ||
@@ -28,0 +28,0 @@ "node": "18.12.1", |
@@ -259,5 +259,2 @@ // Test | ||
// https://eslint.org/docs/rules/arrow-body-style | ||
'arrow-body-style': ['error', 'as-needed'], | ||
// https://eslint.org/docs/rules/array-callback-return | ||
@@ -264,0 +261,0 @@ 'array-callback-return': ['error'], |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19415
221