eslint-config-frisk
Advanced tools
Comparing version 0.11.0 to 0.12.0
@@ -101,3 +101,3 @@ module.exports = { | ||
"lines-around-directive": [ "error", "always" ], | ||
"max-depth": "error", | ||
"max-depth": [ "error", 6 ], | ||
"max-len": "off", | ||
@@ -117,3 +117,3 @@ "max-lines": "off", | ||
"no-array-constructor": "error", | ||
"no-await-in-loop": "error", | ||
"no-await-in-loop": "off", | ||
"no-bitwise": [ | ||
@@ -120,0 +120,0 @@ "error", |
{ | ||
"name": "eslint-config-frisk", | ||
"version": "0.11.0", | ||
"version": "0.12.0", | ||
"description": "ESLint config for various Frisk UI projects.", | ||
@@ -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
10402