eslint-config-powel
Advanced tools
Comparing version 1.2.0 to 1.3.0
10
babel.js
@@ -9,11 +9,11 @@ 'use strict'; | ||
rules: { | ||
'strict': [2, 'never'], | ||
'generator-star-spacing': 0, | ||
'object-shorthand': 0, | ||
// https://github.com/babel/eslint-plugin-babel | ||
'babel/generator-star-spacing': [2, 'after'], | ||
'babel/object-curly-spacing': [1, 'always'], | ||
'babel/object-shorthand': [1, 'always'], | ||
'generator-star-spacing': 0, | ||
'object-shorthand': 0, | ||
'strict': [2, 'never'] | ||
'babel/object-shorthand': [1, 'always'] | ||
} | ||
}; |
@@ -18,3 +18,8 @@ 'use strict'; | ||
'import/no-amd': 2 | ||
}, | ||
settings: { | ||
'import/ignore': [ | ||
'.css$' | ||
] | ||
} | ||
}; |
{ | ||
"name": "eslint-config-powel", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"description": "Powel ESLint configs", | ||
@@ -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
5106
107