We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8db026 commit 44cb70cCopy full SHA for 44cb70c
.eslintrc.js
@@ -8,6 +8,14 @@ module.exports = {
8
'import/extensions': 'off',
9
'import/no-extraneous-dependencies': ['error', { devDependencies: true }],
10
},
11
+ 'overrides': [
12
+ {
13
+ 'files': ['*spec.js', 'priv/testrunner/**/*'],
14
+ 'rules': {
15
+ 'no-console': 'off'
16
+ }
17
18
+ ],
19
extends: 'airbnb-base',
20
plugins: ['import'],
21
env: {
0 commit comments