Skip to content

Commit 0ef63a8

Browse files
authored
Merge pull request #22 from github/remove-fragment-header
Remove `text/html; fragment` from accept header
2 parents da1dd77 + 4a7172e commit 0ef63a8

File tree

4 files changed

+1391
-437
lines changed

4 files changed

+1391
-437
lines changed

.eslintrc.json

+7
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@
88
"RemoteInputElement": "readable"
99
},
1010
"overrides": [
11+
{
12+
"files": "*.js",
13+
"parser": "espree",
14+
"parserOptions": {
15+
"ecmaVersion": "2020"
16+
}
17+
},
1118
{
1219
"files": "test/**/*.js",
1320
"rules": {

0 commit comments

Comments
 (0)