We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a60d4f6 commit f131543Copy full SHA for f131543
2 files changed
.eslintignore
@@ -1,4 +1,2 @@
1
dist
2
-prettier.config.js
3
-karma.config.js
4
-rollup.config.js
+*.config.js
.eslintrc.json
@@ -3,13 +3,5 @@
"plugin:github/browser",
"plugin:github/es6",
5
"plugin:github/typescript"
6
- ],
7
- "overrides": [
8
- {
9
- "files": "test/*.js",
10
- "rules": {
11
- "github/unescaped-html-literal": "off"
12
- }
13
14
]
15
}
0 commit comments