File tree Expand file tree Collapse file tree 5 files changed +605
-2418
lines changed
Expand file tree Collapse file tree 5 files changed +605
-2418
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ module.exports = {
1313 ...tseslint . configs . recommended ,
1414 ...tseslint . configs . recommendedTypeChecked ,
1515 pluginSonarJS . configs . recommended ,
16- pluginUnicorn . configs [ "flat/recommended" ] ,
16+ pluginUnicorn . default . configs [ "flat/recommended" ] ,
1717 ] ,
1818 plugins : {
1919 pluginOnlyError,
Original file line number Diff line number Diff line change 88 "lint-vs" : " yarn lint --quiet --format visualstudio"
99 },
1010 "devDependencies" : {
11- "@eslint/js" : " ^9.32.0 " ,
12- "@tsconfig/recommended" : " ^1.0.10 " ,
13- "@tsconfig/strictest" : " ^2.0.5 " ,
14- "eslint" : " ^9.32.0 " ,
15- "eslint-formatter-visualstudio" : " ^8.40.0 " ,
11+ "@eslint/js" : " ^9.39.2 " ,
12+ "@tsconfig/recommended" : " ^1.0.13 " ,
13+ "@tsconfig/strictest" : " ^2.0.8 " ,
14+ "eslint" : " ^9.39.2 " ,
15+ "eslint-formatter-visualstudio" : " ^9.0.1 " ,
1616 "eslint-plugin-only-error" : " ^1.0.2" ,
17- "eslint-plugin-sonarjs" : " ^3.0.4 " ,
18- "eslint-plugin-unicorn" : " ^56 .0.1 " ,
19- "typescript" : " ^5.9.2 " ,
20- "typescript-eslint" : " ^8.39 .0"
17+ "eslint-plugin-sonarjs" : " ^3.0.5 " ,
18+ "eslint-plugin-unicorn" : " ^62 .0.0 " ,
19+ "typescript" : " ^5.9.3 " ,
20+ "typescript-eslint" : " ^8.50 .0"
2121 }
2222}
You can’t perform that action at this time.
0 commit comments