File tree Expand file tree Collapse file tree 4 files changed +127
-222
lines changed
Expand file tree Collapse file tree 4 files changed +127
-222
lines changed Original file line number Diff line number Diff line change @@ -258,6 +258,7 @@ export default defineConfig(
258258 name : 'test/migrations/*.js overrides' ,
259259 rules : {
260260 'no-undef' : 'off' ,
261+ 'preserve-caught-error' : 'off' ,
261262 'unicorn/prefer-module' : 'off' ,
262263 '@typescript-eslint/explicit-module-boundary-types' : 'off' ,
263264 '@typescript-eslint/no-require-imports' : 'off' ,
Original file line number Diff line number Diff line change 8989 },
9090 "devDependencies" : {
9191 "@eslint/compat" : " 2.0.3" ,
92- "@eslint/js" : " 9.39.4 " ,
92+ "@eslint/js" : " 10.0.1 " ,
9393 "@stylistic/eslint-plugin" : " 5.10.0" ,
9494 "@testcontainers/postgresql" : " 11.13.0" ,
9595 "@types/config" : " 3.3.5" ,
103103 "dotenv" : " 17.3.1" ,
104104 "dotenv-expand" : " 12.0.3" ,
105105 "esbuild-fix-imports-plugin" : " 1.0.23" ,
106- "eslint" : " 9.39.4 " ,
106+ "eslint" : " 10.0.3 " ,
107107 "eslint-config-prettier" : " 10.1.8" ,
108108 "eslint-gitignore" : " 0.1.0" ,
109109 "eslint-plugin-import-x" : " 4.16.2" ,
110110 "eslint-plugin-prettier" : " 5.5.5" ,
111- "eslint-plugin-unicorn" : " 62 .0.0" ,
111+ "eslint-plugin-unicorn" : " 63 .0.0" ,
112112 "node-pg-migrate" : " file:." ,
113113 "npm-run-all2" : " 8.0.4" ,
114114 "pg" : " 8.20.0" ,
You can’t perform that action at this time.
0 commit comments