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 d5dcf7a commit 5969c38Copy full SHA for 5969c38
eslint.config.ts
@@ -9,8 +9,8 @@ export default antfu({
9
},
10
typescript: true,
11
vue: true,
12
- jsonc: false,
13
- yaml: false,
+ jsonc: true,
+ yaml: true,
14
ignores: [
15
'**/fixtures',
16
],
package.json
@@ -1,10 +1,11 @@
1
{
2
- "name": "yehyecoa",
+ "name": "yehyecoa-vue",
3
+ "type": "module",
4
"version": "0.0.0",
5
"private": true,
- "type": "module",
6
+ "packageManager": "[email protected]",
7
"engines": {
- "node": "^20.19.0 || >=22.12.0"
8
+ "node": ">=24.5.0"
"scripts": {
"dev": "vite",
0 commit comments