Skip to content

Commit 50f1ae9

Browse files
committed
chore: eslint config
1 parent 96db6ab commit 50f1ae9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.eslintrc.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ module.exports = defineConfig({
88
es6: true
99
},
1010
parser: 'vue-eslint-parser',
11-
plugins: ['vue'],
1211
parserOptions: {
1312
parser: '@typescript-eslint/parser',
1413
ecmaVersion: 2020,
@@ -26,9 +25,9 @@ module.exports = defineConfig({
2625
'@unocss'
2726
],
2827
rules: {
28+
'vue/no-setup-props-destructure': 'off',
2929
'vue/script-setup-uses-vars': 'error',
3030
'vue/no-reserved-component-names': 'off',
31-
'vue/no-setup-props-destructure': 'off',
3231
'@typescript-eslint/ban-ts-ignore': 'off',
3332
'@typescript-eslint/explicit-function-return-type': 'off',
3433
'@typescript-eslint/no-explicit-any': 'off',
@@ -54,6 +53,7 @@ module.exports = defineConfig({
5453
'vue/attribute-hyphenation': 'off',
5554
'vue/require-default-prop': 'off',
5655
'vue/require-explicit-emits': 'off',
56+
'vue/require-toggle-inside-transition': 'off',
5757
'vue/html-self-closing': [
5858
'error',
5959
{

0 commit comments

Comments
 (0)