Skip to content

Commit 721c7b4

Browse files
committed
Keep all eslint config together
1 parent 8f06b29 commit 721c7b4

2 files changed

Lines changed: 10 additions & 15 deletions

File tree

.eslintrc.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,16 @@
1212
"flowtype/require-valid-file-annotation": "off",
1313
"github/unescaped-html-literal": "off"
1414
}
15+
},
16+
{
17+
"files": "test/**/*.js",
18+
"excludedFiles": "test/karma.config.js",
19+
"env": {
20+
"mocha": true
21+
},
22+
"globals": {
23+
"assert": true
24+
}
1525
}
1626
]
1727
}

test/.eslintrc.json

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)