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 a3ab1b0 commit 3f9e30fCopy full SHA for 3f9e30f
eslint.config.js
@@ -0,0 +1,4 @@
1
+// eslint.config.js
2
+const antfu = require('@antfu/eslint-config').default
3
+
4
+module.exports = antfu()
package.json
@@ -35,19 +35,16 @@
35
"@vueuse/core": "10.6.1"
36
},
37
"devDependencies": {
38
- "@antfu/eslint-config": "0.39.5",
+ "@antfu/eslint-config": "2.0.0",
39
"@types/node": "18.16.18",
40
"@vue/test-utils": "2.3.2",
41
"bumpp": "9.1.1",
42
- "eslint": "8.42.0",
+ "eslint": "8.54.0",
43
"happy-dom": "9.20.3",
44
"mobx": "^6.9.0",
45
"tsup": "7.0.0",
46
"typescript": "5.1.3",
47
"vitest": "0.32.1",
48
"vue": "^3.3.4"
49
- },
50
- "eslintConfig": {
51
- "extends": "@antfu"
52
}
53
0 commit comments