chore: remove unused eslint config
This commit is contained in:
parent
76b2f787fd
commit
e30c0c1c9b
1 changed files with 0 additions and 18 deletions
|
@ -1,18 +0,0 @@
|
|||
const a11yOff = Object.keys(require('eslint-plugin-jsx-a11y').rules)
|
||||
.reduce((acc, rule) => { acc[`jsx-a11y/${rule}`] = 'off'; return acc }, {})
|
||||
|
||||
module.exports = {
|
||||
extends: ['airbnb', 'prettier', 'plugin:node/recommended'],
|
||||
plugins: ['pretftier'],
|
||||
rules: {
|
||||
...a11yOff,
|
||||
'prettier/prettier': 'error',
|
||||
'no-unused-vars': 'warn',
|
||||
'no-console': 'off',
|
||||
'func-names': 'off',
|
||||
'no-process-exit': 'off',
|
||||
'object-shorthand': 'off',
|
||||
'class-methods-use-this': 'off',
|
||||
"semi": [2, "never"]
|
||||
},
|
||||
};
|
Loading…
Reference in a new issue