diff --git a/.eslintrc.js b/.eslintrc.js index 88eb0b4..faf84cc 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -22,27 +22,6 @@ module.exports = { 'no-tabs': 0, 'no-console': 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': [ 'error', {