File tree Expand file tree Collapse file tree 2 files changed +128
-156
lines changed Expand file tree Collapse file tree 2 files changed +128
-156
lines changed Original file line number Diff line number Diff line change 35
35
],
36
36
"scripts" : {
37
37
"build" : " rimraf dist && tsc" ,
38
- "lint" : " eslint --cache --cache-location node_modules/.cache/.eslintcache --ignore-path .gitignore ." ,
38
+ "lint" : " cross-env \" ESLINT_USE_FLAT_CONFIG=false \" eslint --cache --cache-location node_modules/.cache/.eslintcache --ignore-path .gitignore ." ,
39
39
"lint:prettier" : " prettier --cache --check ." ,
40
40
"prepublish" : " pnpm build" ,
41
41
"prerelease" : " pnpm build" ,
70
70
"@types/node" : " 22.10.5" ,
71
71
"@types/yargs" : " 17.0.33" ,
72
72
"@typescript-eslint/parser" : " 8.19.0" ,
73
- "eslint" : " 8.44.0" ,
73
+ "cross-env" : " 7.0.3" ,
74
+ "eslint" : " 9.17.0" ,
74
75
"eslint-plugin-import" : " 2.27.5" ,
75
76
"jest-resolve" : " 29.5.0" ,
76
77
"jest-snapshot-serializer-raw" : " 2.0.0" ,
You can’t perform that action at this time.
0 commit comments