File tree Expand file tree Collapse file tree 5 files changed +1794
-1765
lines changed Expand file tree Collapse file tree 5 files changed +1794
-1765
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ rules:
143143 import/dynamic-import-chunkname : off
144144
145145 # #############################################################################
146- # `eslint-plugin-simple-import-sort` rule list based on `v2.25 .x`
146+ # `eslint-plugin-simple-import-sort` rule list based on `v8.0 .x`
147147 # https://github.com/lydell/eslint-plugin-simple-import-sort
148148 # #############################################################################
149149 simple-import-sort/imports :
@@ -178,7 +178,7 @@ rules:
178178 simple-import-sort/exports : off # TODO
179179
180180 # #############################################################################
181- # ESLint builtin rules list based on `v8.21 .x`
181+ # ESLint builtin rules list based on `v8.23 .x`
182182 # #############################################################################
183183
184184 # Possible Errors
@@ -492,7 +492,7 @@ overrides:
492492 tsdoc/syntax : error
493493
494494 # #########################################################################
495- # `@typescript-eslint/eslint-plugin` rule list based on `v5.33 .x`
495+ # `@typescript-eslint/eslint-plugin` rule list based on `v5.37 .x`
496496 # #########################################################################
497497
498498 # Supported Rules
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ overrides:
2121 - clsx
2222 - infima
2323
24+ validateDirectives : true
2425ignoreRegExpList :
2526 - u\{[0-9a-f]{1,8}\}
2627
Original file line number Diff line number Diff line change 1010 "typescript-4.4" : " npm:typescript@4.4.x" ,
1111 "typescript-4.5" : " npm:typescript@4.5.x" ,
1212 "typescript-4.6" : " npm:typescript@4.6.x" ,
13- "typescript-4.7" : " npm:typescript@4.7.x"
13+ "typescript-4.7" : " npm:typescript@4.7.x" ,
14+ "typescript-4.8" : " npm:typescript@4.8.x"
1415 }
1516}
You can’t perform that action at this time.
0 commit comments