Skip to content

Commit 2aa7169

Browse files
brettz9keithamus
andauthored
feat: switch default typescript and flat/typescript configs to use the 2025 version (#34)
* feat: switch default `typescript` and `flat/typescript` configs to use the 2025 version; fixes #33 --------- Co-authored-by: Keith Cirkel <[email protected]>
1 parent 23b867e commit 2aa7169

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -277,10 +277,10 @@ module.exports.configs["flat/recommended"] = {
277277
};
278278

279279
module.exports.configs.typescript = {
280-
extends: ["plugin:escompat/typescript-2016"],
280+
extends: ["plugin:escompat/typescript-2025"],
281281
};
282282
module.exports.configs['flat/typescript'] = flatTypeScriptConfigs[
283-
'typescript-2016'
283+
'typescript-2025'
284284
];
285285

286286
if (require.main === module) {

0 commit comments

Comments
 (0)