Skip to content

Commit df715a8

Browse files
committed
inline eslint test config file to root one
1 parent c782480 commit df715a8

File tree

2 files changed

+14
-11
lines changed

2 files changed

+14
-11
lines changed

.eslintrc.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,19 @@
22
"extends": [
33
"plugin:github/es6",
44
"plugin:github/browser"
5+
],
6+
"overrides": [
7+
{
8+
"files": "test/**/*.js",
9+
"globals": {
10+
"assert": true
11+
},
12+
"env": {
13+
"mocha": true
14+
},
15+
"rules": {
16+
"github/unescaped-html-literal": "off"
17+
}
18+
}
519
]
620
}

test/.eslintrc.json

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

0 commit comments

Comments
 (0)