File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
18
18
- [ Docs] [ ` extensions ` ] , [ ` order ` ] : improve documentation ([ #3106 ] , thanks [ @Xunnamius ] )
19
19
- [ Docs] add flat config guide for using ` tseslint.config() ` ([ #3125 ] , thanks [ @lnuvy ] )
20
20
- [ Docs] add missing comma ([ #3122 ] , thanks [ @RyanGst ] )
21
+ - [ readme] Update flatConfig example to include typescript config ([ #3138 ] , thanks [ @intellix ] )
21
22
22
23
## [ 2.31.0] - 2024-10-03
23
24
@@ -1167,6 +1168,7 @@ for info on changes for earlier releases.
1167
1168
1168
1169
[ `memo-parser` ] : ./memo-parser/README.md
1169
1170
1171
+ [ #3138 ] : https://github.com/import-js/eslint-plugin-import/pull/3138
1170
1172
[ #3125 ] : https://github.com/import-js/eslint-plugin-import/pull/3125
1171
1173
[ #3122 ] : https://github.com/import-js/eslint-plugin-import/pull/3122
1172
1174
[ #3116 ] : https://github.com/import-js/eslint-plugin-import/pull/3116
@@ -1873,6 +1875,7 @@ for info on changes for earlier releases.
1873
1875
[ @hulkish ] : https://github.com/hulkish
1874
1876
[ @hyperupcall ] : https://github.com/hyperupcall
1875
1877
[ @Hypnosphi ] : https://github.com/Hypnosphi
1878
+ [ @intellix ] : https://github.com/intellix
1876
1879
[ @isiahmeadows ] : https://github.com/isiahmeadows
1877
1880
[ @IvanGoncharov ] : https://github.com/IvanGoncharov
1878
1881
[ @ivo-stefchev ] : https://github.com/ivo-stefchev
Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ export default tseslint.config(
205
205
// other configs...
206
206
{
207
207
files: [' **/*.{ts,tsx}' ],
208
- extends: [importPlugin .flatConfigs .recommended ],
208
+ extends: [importPlugin .flatConfigs .recommended , importPlugin . flatConfigs . typescript ],
209
209
// other configs...
210
210
}
211
211
);
You can’t perform that action at this time.
0 commit comments