Skip to content

Commit dd6b942

Browse files
committed
ci: update eslint and prettier
1 parent eae78c6 commit dd6b942

File tree

1 file changed

+3
-21
lines changed

1 file changed

+3
-21
lines changed

.eslintrc.js

Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,5 @@
11
module.exports = {
2-
env: {
3-
browser: true,
4-
es2021: true,
5-
},
6-
extends: ['plugin:vue/vue3-recommended', 'prettier', 'plugin:prettier/recommended'],
7-
parserOptions: {
8-
ecmaVersion: 'latest',
9-
sourceType: 'module',
10-
},
11-
rules: {
12-
'vue/no-v-html': 'off',
13-
'vue/require-explicit-emits': 'off',
14-
'vue/require-prop-types': 'off',
15-
'vue/require-default-prop': 'off',
16-
'vue/no-reserved-keys': 'off',
17-
'vue/comment-directive': 'off',
18-
'vue/prop-name-casing': 'off',
19-
'vue/one-component-per-file': 'off',
20-
'vue/custom-event-name-casing': 'off',
21-
'vue/v-on-event-hyphenation': 'off',
22-
}
2+
// rules: {
3+
// "@typescript-eslint/explicit-function-return-type": "off",
4+
// }
235
};

0 commit comments

Comments
 (0)