Skip to content

Commit f131543

Browse files
committed
Remove/simplify config
1 parent a60d4f6 commit f131543

2 files changed

Lines changed: 1 addition & 11 deletions

File tree

.eslintignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
dist
2-
prettier.config.js
3-
karma.config.js
4-
rollup.config.js
2+
*.config.js

.eslintrc.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,5 @@
33
"plugin:github/browser",
44
"plugin:github/es6",
55
"plugin:github/typescript"
6-
],
7-
"overrides": [
8-
{
9-
"files": "test/*.js",
10-
"rules": {
11-
"github/unescaped-html-literal": "off"
12-
}
13-
}
146
]
157
}

0 commit comments

Comments
 (0)