eslint-config-noise
Advanced tools
Comparing version 0.16.1 to 0.16.2
@@ -218,3 +218,5 @@ 'use strict'; | ||
// https://github.com/sindresorhus/eslint-plugin-unicorn/blob/master/docs/rules/prefer-spread.md | ||
'unicorn/prefer-spread': 'error', | ||
// Disabled for now until they implement a TS version. | ||
// https://github.com/sindresorhus/eslint-plugin-unicorn/issues/347 | ||
'unicorn/prefer-spread': 'off', | ||
@@ -221,0 +223,0 @@ // Prefer `String#replaceAll()` over regex searches with the global flag |
{ | ||
"name": "eslint-config-noise", | ||
"version": "0.16.1", | ||
"version": "0.16.2", | ||
"license": "MIT", | ||
@@ -27,3 +27,3 @@ "repository": { | ||
}, | ||
"gitHead": "69b574431c77755239a6c5699185452a17327839" | ||
"gitHead": "b3b52074efbeb8ebb40e8816b67a8bd687cda16f" | ||
} |
@@ -5,2 +5,6 @@ 'use strict'; | ||
extends: ['plugin:vue/vue3-recommended', 'prettier'], | ||
rules: { | ||
camelcase: 'off', | ||
'import/no-anonymous-default-export': 'off', | ||
}, | ||
}; |
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
112251
2350