File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
packages/integration-tests
fixtures/flat-config-types-@types__eslint-v9 Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ export default tseslint.config(
3131 } ,
3232 eslint . configs . recommended ,
3333 ...tseslint . configs . recommended ,
34- stylisticPlugin . configs [ ' recommended-flat' ] ,
34+ stylisticPlugin . configs . recommended ,
3535) ;
3636
3737// wrapped in a function so they aren't executed at lint time
@@ -48,7 +48,7 @@ function _otherCases() {
4848 tseslint . config (
4949 eslint . configs . recommended ,
5050 ...tseslint . configs . recommended ,
51- stylisticPlugin . configs [ ' recommended-flat' ] ,
51+ stylisticPlugin . configs . recommended ,
5252 vitestPlugin . configs . recommended ,
5353 ) ;
5454 tseslint . config (
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ export default tseslint.config(
7676 },
7777 eslint .configs .recommended ,
7878 ... tseslint .configs .recommended ,
79- stylisticPlugin .configs [ ' recommended-flat ' ] ,
79+ stylisticPlugin .configs . recommended ,
8080)
8181
8282// wrapped in a function so they aren't executed at lint time
@@ -93,7 +93,7 @@ function _otherCases() {
9393 tseslint .config (
9494 eslint .configs .recommended ,
9595 ... tseslint .configs .recommended ,
96- stylisticPlugin .configs [ ' recommended-flat ' ] ,
96+ stylisticPlugin .configs . recommended ,
9797 vitestPlugin .configs .recommended ,
9898 )
9999 tseslint .config (
You can’t perform that action at this time.
0 commit comments