Skip to content

Commit

Permalink
Update ESLint to v5
Browse files Browse the repository at this point in the history
Due to changes to the rules, this requires two to-upstream test files to be ignored.
  • Loading branch information
Zirro committed May 27, 2019
1 parent 9f273fe commit 93944f6
Show file tree
Hide file tree
Showing 3 changed files with 241 additions and 252 deletions.
2 changes: 2 additions & 0 deletions .eslintignore
Expand Up @@ -24,4 +24,6 @@ test/to-port-to-wpts/level3
test/to-port-to-wpts/script.js
test/web-platform-tests/tests
test/web-platform-tests/to-upstream/dom/nodes/Document-createComment-createTextNode.js
test/web-platform-tests/to-upstream/svg/element-svg.html
test/web-platform-tests/to-upstream/svg/svgstringlist.html
test/web-platform-tests/to-upstream/**/*dont-upstream*
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -53,7 +53,7 @@
"benchmark": "1.0.0",
"browserify": "^16.2.3",
"chai": "^4.2.0",
"eslint": "^4.19.1",
"eslint": "^5.16.0",
"eslint-find-rules": "^3.3.1",
"eslint-plugin-html": "^5.0.5",
"eslint-plugin-jsdom-internal": "link:./scripts/eslint-plugin",
Expand Down

0 comments on commit 93944f6

Please sign in to comment.