@cepi/eslint-config
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -50,2 +50,4 @@ module.exports = { | ||
'semi-style': ['off', 'last'], | ||
'semi': 'off', | ||
"indent": ["warn", "tab"], | ||
'prefer-exponentiation-operator': 'error', | ||
@@ -52,0 +54,0 @@ 'object-curly-spacing': ['error', 'always'], |
{ | ||
"name": "@cepi/eslint-config", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "The global eslint configuration for Cepi", | ||
@@ -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
3427
71