Skip to content

Commit 08fc5c6

Browse files
chore!: update standard config & remove obsolete plugin (#6)
closes #5
1 parent 4b13e72 commit 08fc5c6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"homepage": "https://github.com/vuejs/eslint-config-standard#readme",
2323
"dependencies": {
24-
"eslint-config-standard": "^14.1.0",
24+
"eslint-config-standard": "^16.0.0",
2525
"eslint-import-resolver-node": "^0.3.3",
2626
"eslint-import-resolver-webpack": "^0.12.1"
2727
},
@@ -31,7 +31,6 @@
3131
"eslint-plugin-import": ">= 2.18.0",
3232
"eslint-plugin-node": ">= 9.1.0",
3333
"eslint-plugin-promise": ">= 4.2.1",
34-
"eslint-plugin-standard": ">= 4.0.0",
3534
"eslint-plugin-vue": ">= 6.1.2"
3635
},
3736
"peerDependenciesMeta": {

0 commit comments

Comments
 (0)