eslint-config-bbhx
Advanced tools
Comparing version 1.1.1 to 1.2.0
13
index.js
module.exports = { | ||
root: true, | ||
extends: [ | ||
'react-app', | ||
'plugin:import/errors', | ||
'plugin:import/warnings', | ||
], | ||
extends: ['react-app', 'plugin:import/errors', 'plugin:import/warnings'], | ||
rules: { | ||
'semi': ['error', 'always'], | ||
semi: ['error', 'always'], | ||
'no-console': 'warn', | ||
'indent': ['warn', 2, {SwitchCase: 1}], | ||
indent: ['warn', 2, {SwitchCase: 1}], | ||
'react/jsx-indent': ['warn', 2], | ||
}, | ||
'no-use-before-define': 'off' // to allow `styles` below component `render` method | ||
} | ||
}; |
{ | ||
"name": "eslint-config-bbhx", | ||
"version": "1.1.1", | ||
"version": "1.2.0", | ||
"description": "Eslint config for BBH X", | ||
@@ -5,0 +5,0 @@ "license": "BSD-3-Clause", |
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
513
11