@meadow/eslint-config
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -201,3 +201,3 @@ module.exports = { | ||
"padded-blocks": 0, | ||
"quote-props": [2, "as-needed"], | ||
"quote-props": [2, "as-needed", { "keywords": true, "unnecessary": false }], | ||
"quotes": [2, "single"], | ||
@@ -204,0 +204,0 @@ "require-jsdoc": 0, |
{ | ||
"name": "@meadow/eslint-config", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Extendable ESLint configuration by Meadow", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
8857