Skip to content

Commit a1b89a0

Browse files
committed
Update extends plugin vue from essencial to recommended
1 parent 6b7cfa9 commit a1b89a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module.exports = {
88
'vue-a11y'
99
],
1010
extends: [
11-
'plugin:vue/essential',
11+
'plugin:vue/recommended',
1212
'@vue/standard',
1313
'plugin:vue-a11y/base'
1414
],

0 commit comments

Comments
 (0)