Skip to content

Commit 5969c38

Browse files
committed
Enabling formatting for json and yaml. Adding a package manager field to help the github action figure it out
1 parent d5dcf7a commit 5969c38

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

eslint.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ export default antfu({
99
},
1010
typescript: true,
1111
vue: true,
12-
jsonc: false,
13-
yaml: false,
12+
jsonc: true,
13+
yaml: true,
1414
ignores: [
1515
'**/fixtures',
1616
],

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
2-
"name": "yehyecoa",
2+
"name": "yehyecoa-vue",
3+
"type": "module",
34
"version": "0.0.0",
45
"private": true,
5-
"type": "module",
6+
"packageManager": "[email protected]",
67
"engines": {
7-
"node": "^20.19.0 || >=22.12.0"
8+
"node": ">=24.5.0"
89
},
910
"scripts": {
1011
"dev": "vite",

0 commit comments

Comments
 (0)