We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb4f41c commit 263466fCopy full SHA for 263466f
eslint.config.js
@@ -0,0 +1,11 @@
1
+import pluginVue from 'eslint-plugin-vue'
2
+
3
+export default [
4
+ ...pluginVue.configs['flat/recommended'],
5
+ {
6
+ rules: {
7
+ 'vue/no-unused-vars': 'warn',
8
+ 'vue/multi-word-component-names': 'off'
9
+ }
10
11
+]
package.json
@@ -14,6 +14,8 @@
14
"devDependencies": {
15
"@vitejs/plugin-vue": "^5.0.4",
16
"clipboard": "^2.0.11",
17
+ "eslint": "^9.6.0",
18
+ "eslint-plugin-vue": "^9.27.0",
19
"typescript": "^5.4.5",
20
"vite": "^5.2.8",
21
"vue": "^3.4.21",
0 commit comments