eslint-config-powel
Advanced tools
Comparing version 1.9.0 to 1.9.1
14
babel.js
@@ -13,14 +13,10 @@ 'use strict'; | ||
'prefer-const': 2, | ||
'generator-star-spacing': 0, | ||
'array-bracket-spacing': 0, | ||
'object-shorthand': 0, | ||
'arrow-parens': 0, | ||
'generator-star-spacing': [2, 'after'], | ||
'array-bracket-spacing': [1, 'never'], | ||
'object-shorthand': [1, 'always'], | ||
'arrow-parens': [1, 'as-needed'], | ||
// https://github.com/babel/eslint-plugin-babel | ||
'babel/generator-star-spacing': [2, 'after'], | ||
'babel/object-curly-spacing': [1, 'always'], | ||
'babel/array-bracket-spacing': [1, 'never'], | ||
'babel/object-shorthand': [1, 'always'], | ||
'babel/arrow-parens': [1, 'as-needed'] | ||
'babel/object-curly-spacing': [1, 'always'] | ||
} | ||
}; |
{ | ||
"name": "eslint-config-powel", | ||
"version": "1.9.0", | ||
"version": "1.9.1", | ||
"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
9360
182