eslint-config-frisk
Advanced tools
Comparing version 0.6.0 to 0.7.0
@@ -45,3 +45,3 @@ module.exports = { | ||
"class-methods-use-this": "error", | ||
"comma-dangle": [ "error", "only-multiline" ], | ||
"comma-dangle": [ "error", "always-multiline" ], | ||
"comma-spacing": [ | ||
@@ -48,0 +48,0 @@ "error", |
{ | ||
"name": "eslint-config-frisk", | ||
"version": "0.6.0", | ||
"version": "0.7.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
8604