We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 857958f commit 2333a5aCopy full SHA for 2333a5a
index.js
@@ -36,6 +36,7 @@ module.exports = {
36
allowShortCircuit: true, allowTernary: true
37
}],
38
'arrow-parens': ['error', 'always'],
39
+ 'import/extensions': ['error', 'never'],
40
'import/no-extraneous-dependencies': ['error', {
41
devDependencies: true,
42
optionalDependencies: false
@@ -106,6 +107,7 @@ module.exports = {
106
107
'no-console': 'off',
108
'no-plusplus': 'off',
109
'arrow-body-style': 'off',
110
+ 'max-classes-per-file': 'off',
111
'no-prototype-builtins': 'off',
112
'prefer-deconstructing': 'off',
113
'promise/catch-or-return': 'off',
0 commit comments