Skip to content

Commit 631850c

Browse files
committed
chore(deps): upgrade eslint to v7
1 parent a9b7e14 commit 631850c

File tree

3 files changed

+302
-442
lines changed

3 files changed

+302
-442
lines changed

.eslintrc.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
module.exports = {
44
root: true,
55
env: {
6-
browser: true,
6+
browser: true
77
},
88
// https://github.com/feross/standard/blob/master/RULES.md#javascript-standard-style
9-
extends: 'standard',
9+
extends: ['standard', 'plugin:vue/base'],
1010
// required to lint *.vue files
1111
plugins: [
1212
'html'

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,14 @@
4545
"coveralls": "3.1.0",
4646
"cross-env": "7.0.2",
4747
"es6-object-assign": "1.1.0",
48-
"eslint": "4.19.1",
48+
"eslint": "7.10.0",
4949
"eslint-config-standard": "11.0.0",
50-
"eslint-plugin-html": "4.0.6",
50+
"eslint-plugin-html": "6.1.0",
5151
"eslint-plugin-import": "2.22.1",
5252
"eslint-plugin-node": "5.2.1",
5353
"eslint-plugin-promise": "3.8.0",
5454
"eslint-plugin-standard": "3.1.0",
55+
"eslint-plugin-vue": "^7.0.1",
5556
"jquery": "3.5.1",
5657
"karma": "5.2.3",
5758
"karma-chrome-launcher": "3.1.0",

0 commit comments

Comments
 (0)