Skip to content

Commit 06af0e0

Browse files
committed
Refactor code structure for improved readability and maintainability
1 parent 879b1fc commit 06af0e0

File tree

2 files changed

+1284
-701
lines changed

2 files changed

+1284
-701
lines changed

package.json

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,20 @@
1010
"lint:fix": "eslint . --fix"
1111
},
1212
"devDependencies": {
13-
"@antfu/eslint-config": "^3.9.1",
14-
"eslint": "^9.15.0",
15-
"eslint-plugin-format": "^0.1.2"
13+
"@antfu/eslint-config": "^3.16.0",
14+
"eslint": "^9.39.1",
15+
"eslint-plugin-format": "^0.1.3"
1616
},
1717
"pnpm": {
1818
"supportedArchitectures": {
19-
"os": ["current"],
20-
"cpu": ["x64", "arm64", "ia32"]
19+
"os": [
20+
"current"
21+
],
22+
"cpu": [
23+
"x64",
24+
"arm64",
25+
"ia32"
26+
]
2127
}
2228
}
2329
}

0 commit comments

Comments
 (0)