File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
lib/utils/get-auto-jsonc-rules-config Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ export default [
4646 ecmaVersion : "latest" ,
4747 sourceType : "script" ,
4848 parserOptions : {
49- project : true ,
49+ projectService : true ,
5050 } ,
5151 } ,
5252 rules : {
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ function getConfigResolver(
5757 . extractConfig ( absolutePath )
5858 . toCompatibleObjectAsConfigFileContent ( ) ;
5959 } ) ;
60- } catch ( _e ) {
60+ } catch {
6161 // ignore
6262 // console.log(_e);
6363 }
Original file line number Diff line number Diff line change 9191 "@types/natural-compare" : " ^1.4.0" ,
9292 "@types/node" : " ^20.0.0" ,
9393 "@types/semver" : " ^7.3.1" ,
94- "@typescript-eslint/eslint-plugin" : " ^7.13.1 " ,
95- "@typescript-eslint/parser" : " ^7.13.1 " ,
94+ "@typescript-eslint/eslint-plugin" : " ^8.0.0 " ,
95+ "@typescript-eslint/parser" : " ^8.0.0 " ,
9696 "dts-bundle" : " ^0.7.3" ,
9797 "env-cmd" : " ^10.1.0" ,
9898 "esbuild" : " ^0.23.0" ,
123123 "stylelint-stylus" : " ^1.0.0" ,
124124 "ts-node" : " ^10.0.0" ,
125125 "typescript" : " ~5.0.0" ,
126- "typescript-eslint" : " ^7.13.1 " ,
126+ "typescript-eslint" : " ^8.0.0 " ,
127127 "vite-plugin-eslint4b" : " ^0.4.6" ,
128128 "vitepress" : " ^1.2.3" ,
129129 "vue-eslint-parser" : " ^9.0.0"
You can’t perform that action at this time.
0 commit comments