Skip to content
This repository was archived by the owner on Sep 20, 2025. It is now read-only.

Commit 6e1e5b5

Browse files
committed
feat: add .json to extraFileExtensions
1 parent c602a85 commit 6e1e5b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/eslint-config-tslint-base/lib/tslint-config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ export default [
4242

4343
parserOptions: {
4444
project: ['./tsconfig.json'],
45+
extraFileExtensions: ['.json'],
4546
},
4647
},
4748
},

0 commit comments

Comments
 (0)