Skip to content

Commit 40ea25a

Browse files
committed
feat: update to eslint-plugin-vue >= 6.1.2 and set ecmaVersion to 2020
1 parent 0734745 commit 40ea25a

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

index.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
module.exports = {
22
extends: [
33
require.resolve('eslint-config-standard')
4-
],
5-
parserOptions: {
6-
ecmaVersion: 2019
7-
}
4+
]
85
}

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"eslint-plugin-import": ">= 2.18.0",
2929
"eslint-plugin-node": ">= 9.1.0",
3030
"eslint-plugin-promise": ">= 4.2.1",
31-
"eslint-plugin-standard": ">= 4.0.0"
31+
"eslint-plugin-standard": ">= 4.0.0",
32+
"eslint-plugin-vue": ">= 6.1.2"
3233
}
3334
}

0 commit comments

Comments
 (0)