Skip to content

Commit 2333a5a

Browse files
committed
Minor rules update.
1 parent 857958f commit 2333a5a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.js

+2
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ module.exports = {
3636
allowShortCircuit: true, allowTernary: true
3737
}],
3838
'arrow-parens': ['error', 'always'],
39+
'import/extensions': ['error', 'never'],
3940
'import/no-extraneous-dependencies': ['error', {
4041
devDependencies: true,
4142
optionalDependencies: false
@@ -106,6 +107,7 @@ module.exports = {
106107
'no-console': 'off',
107108
'no-plusplus': 'off',
108109
'arrow-body-style': 'off',
110+
'max-classes-per-file': 'off',
109111
'no-prototype-builtins': 'off',
110112
'prefer-deconstructing': 'off',
111113
'promise/catch-or-return': 'off',

0 commit comments

Comments
 (0)