File tree Expand file tree Collapse file tree 3 files changed +167
-166
lines changed Expand file tree Collapse file tree 3 files changed +167
-166
lines changed Original file line number Diff line number Diff line change @@ -344,6 +344,7 @@ export default ts.config(
344
344
'@typescript-eslint/no-restricted-imports' : restrictedImports . extension ,
345
345
'@typescript-eslint/no-unnecessary-condition' : 'off' ,
346
346
'@typescript-eslint/no-unnecessary-boolean-literal-compare' : 'off' ,
347
+ '@typescript-eslint/no-unnecessary-type-conversion' : 'off' ,
347
348
'@typescript-eslint/no-unnecessary-type-parameters' : 'off' , // https://github.com/typescript-eslint/typescript-eslint/issues/9705
348
349
'@typescript-eslint/no-unsafe-argument' : 'off' ,
349
350
'@typescript-eslint/no-unsafe-assignment' : 'off' ,
Original file line number Diff line number Diff line change 24625
24625
"@types/slug": "5.0.9",
24626
24626
"@types/sortablejs": "1.15.8",
24627
24627
"@types/vscode": "1.92.0",
24628
- "@typescript-eslint/parser": "8.38 .0",
24628
+ "@typescript-eslint/parser": "8.39 .0",
24629
24629
"@vscode/test-cli": "0.0.11",
24630
24630
"@vscode/test-electron": "2.5.2",
24631
24631
"@vscode/test-web": "0.0.71",
24656
24656
"image-minimizer-webpack-plugin": "4.1.3",
24657
24657
"license-checker-rseidelsohn": "4.4.2",
24658
24658
"lz-string": "1.5.0",
24659
- "mini-css-extract-plugin": "2.9.2 ",
24659
+ "mini-css-extract-plugin": "2.9.3 ",
24660
24660
"ovsx": "0.10.5",
24661
24661
"playwright": "1.54.2",
24662
24662
"prettier": "3.6.2",
24670
24670
"terser-webpack-plugin": "5.3.14",
24671
24671
"ts-loader": "9.5.2",
24672
24672
"typescript": "5.9.2",
24673
- "typescript-eslint": "8.38 .0",
24673
+ "typescript-eslint": "8.39 .0",
24674
24674
"webpack": "5.101.0",
24675
24675
"webpack-bundle-analyzer": "4.10.2",
24676
24676
"webpack-cli": "6.0.1",
You can’t perform that action at this time.
0 commit comments