Skip to content

Commit 5347537

Browse files
committed
(fix) revert eslintrc
1 parent 18aff02 commit 5347537

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
@@ -3,7 +3,7 @@ module.exports = {
33
env: {
44
node: true
55
},
6-
extends: ['standard', 'plugin:vue/vue3-recommended', '@vue/typescript'],
6+
extends: ['standard', 'plugin:vue/recommended', '@vue/typescript'],
77
rules: {
88
'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off',
99
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off',

0 commit comments

Comments
 (0)