clean up eslint config
This commit is contained in:
parent
994b55530c
commit
89d722d313
21
.eslintrc.js
21
.eslintrc.js
|
@ -22,27 +22,6 @@ module.exports = {
|
||||||
'no-tabs': 0,
|
'no-tabs': 0,
|
||||||
'no-console': 0,
|
'no-console': 0,
|
||||||
'max-len': 0,
|
'max-len': 0,
|
||||||
'linebreak-style': 0,
|
|
||||||
quotes: [
|
|
||||||
'error',
|
|
||||||
'single',
|
|
||||||
],
|
|
||||||
semi: [
|
|
||||||
'error',
|
|
||||||
'always',
|
|
||||||
],
|
|
||||||
'no-prototype-builtins': 0,
|
|
||||||
'comma-dangle': ['error', 'always-multiline'],
|
|
||||||
'block-scoped-var': ['error'],
|
|
||||||
'default-case': ['error'],
|
|
||||||
'default-param-last': ['error'],
|
|
||||||
'dot-location': ['error', 'property'],
|
|
||||||
eqeqeq: ['error'],
|
|
||||||
'no-eval': ['error'],
|
|
||||||
'no-eq-null': ['error'],
|
|
||||||
'no-floating-decimal': ['error'],
|
|
||||||
'no-trailing-spaces': ['error'],
|
|
||||||
'brace-style': [2, '1tbs', { allowSingleLine: true }],
|
|
||||||
'no-mixed-operators': [
|
'no-mixed-operators': [
|
||||||
'error',
|
'error',
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue