eslint-config-noise
Advanced tools
Comparing version 0.25.2 to 0.26.0
{ | ||
"name": "eslint-config-noise", | ||
"version": "0.25.2", | ||
"version": "0.26.0", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -123,5 +123,5 @@ 'use strict'; | ||
allow: [ | ||
'decoratedFunctions', | ||
'private-constructors', | ||
'protected-constructors', | ||
'decoratedFunctions', | ||
], | ||
@@ -128,0 +128,0 @@ }, |
@@ -23,3 +23,4 @@ 'use strict'; | ||
'vue/multi-word-component-names': 'off', | ||
'vue/padding-line-between-blocks': '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
110922
2340