File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 3
3
"version" : " 0.3.34" ,
4
4
"type" : " module" ,
5
5
"scripts" : {
6
- "lint" : " bun --bun run eslint ." ,
7
- "lint:fix" : " bun --bun run eslint . --fix" ,
6
+ "lint" : " eslint ." ,
7
+ "lint:fix" : " eslint . --fix" ,
8
8
"build" : " bun --bun run build.ts"
9
9
},
10
10
"dependencies" : {
14
14
"devDependencies" : {
15
15
"@eslint/eslintrc" : " ^3.2.0" ,
16
16
"@eslint/js" : " ^9.19.0" ,
17
- "@types/bun" : " ^1.2.0 " ,
17
+ "@types/bun" : " ^1.2.1 " ,
18
18
"@types/eslint__eslintrc" : " ^2.1.2" ,
19
19
"bun-plugin-dts" : " ^0.3.0" ,
20
20
"eslint" : " ^9.19.0" ,
21
- "eslint-config-prettier" : " ^10.0.1" ,
22
21
"eslint-import-resolver-typescript" : " ^3.7.0" ,
23
22
"eslint-plugin-import-x" : " ^4.6.1" ,
24
23
"eslint-plugin-perfectionist" : " ^4.7.0" ,
25
24
"eslint-plugin-prettier" : " ^5.2.3" ,
26
25
"eslint-plugin-tsdoc" : " ^0.4.0" ,
27
26
"jiti" : " ^2.4.2" ,
28
- "prettier" : " ^3.4.2" ,
29
27
"prettier-plugin-jsdoc" : " ^1.3.2" ,
30
28
"typescript-eslint" : " ^8.22.0"
31
29
},
You can’t perform that action at this time.
0 commit comments