File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ export default defineConfig(
4040 curly : 'error' ,
4141
4242 semi : [ 'error' , 'never' ] ,
43+ 'unicorn/text-encoding-identifier-case' : 'off' ,
4344 'unicorn/no-new-array' : 'off' ,
4445 'unicorn/prefer-module' : 'off' ,
4546 'unicorn/filename-case' : 'off' ,
Original file line number Diff line number Diff line change 5959 },
6060 "devDependencies" : {
6161 "@types/node" : " ^22.15.3" ,
62- "@vitest/coverage-v8" : " ^3 .0.1 " ,
62+ "@vitest/coverage-v8" : " ^4 .0.6 " ,
6363 "documentation" : " ^14.0.3" ,
6464 "eslint" : " ^9.9.0" ,
6565 "eslint-plugin-import" : " ^2.31.0" ,
66- "eslint-plugin-unicorn" : " ^61 .0.2 " ,
66+ "eslint-plugin-unicorn" : " ^62 .0.0 " ,
6767 "prettier" : " ^3.3.3" ,
6868 "rimraf" : " ^6.0.1" ,
6969 "standard-changelog" : " ^7.0.1" ,
7070 "typescript" : " ^5.7.0" ,
7171 "typescript-eslint" : " ^8.0.1" ,
72- "vitest" : " ^3 .0.1 " ,
72+ "vitest" : " ^4 .0.6 " ,
7373 "webpack" : " ^5.93.0" ,
7474 "webpack-cli" : " ^6.0.1"
7575 },
You can’t perform that action at this time.
0 commit comments