We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0734745 commit 40ea25aCopy full SHA for 40ea25a
index.js
@@ -1,8 +1,5 @@
1
module.exports = {
2
extends: [
3
require.resolve('eslint-config-standard')
4
- ],
5
- parserOptions: {
6
- ecmaVersion: 2019
7
- }
+ ]
8
}
package.json
@@ -28,6 +28,7 @@
28
"eslint-plugin-import": ">= 2.18.0",
29
"eslint-plugin-node": ">= 9.1.0",
30
"eslint-plugin-promise": ">= 4.2.1",
31
- "eslint-plugin-standard": ">= 4.0.0"
+ "eslint-plugin-standard": ">= 4.0.0",
32
+ "eslint-plugin-vue": ">= 6.1.2"
33
34
0 commit comments