Skip to content

Commit 30fe471

Browse files
authored
chore(deps): upgrade eslint and eslint-config-prettier (#2130)
1 parent 0a4b86a commit 30fe471

File tree

4 files changed

+52
-38
lines changed

4 files changed

+52
-38
lines changed

.eslintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"window": true
66
},
77
"parserOptions": {
8-
"sourceType": "script"
8+
"sourceType": "script",
9+
"ecmaVersion": 10
910
},
1011
"rules": {
1112
"curly": "error",

examples/cli/history-api-fallback/app.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
'use strict';
22

3-
/* global XMLHttpRequest */
4-
53
const path = document.location.pathname;
64
const target = document.querySelector('#target');
75
const style = document.createElement('style');

package-lock.json

Lines changed: 48 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@
8282
"commitlint-azure-pipelines-cli": "^1.0.2",
8383
"copy-webpack-plugin": "^5.0.3",
8484
"css-loader": "^2.1.1",
85-
"eslint": "^5.16.0",
86-
"eslint-config-prettier": "^5.1.0",
85+
"eslint": "^6.0.1",
86+
"eslint-config-prettier": "^6.0.0",
8787
"eslint-config-webpack": "^1.2.5",
8888
"eslint-plugin-import": "^2.18.0",
8989
"execa": "^1.0.0",

0 commit comments

Comments
 (0)