Skip to content

Commit 4079174

Browse files
committed
chore: remove extra tsconfig files
Only the lint version was referenced and different behaviour didn't seem relavant to linting
1 parent 472722b commit 4079174

File tree

4 files changed

+1
-26
lines changed

4 files changed

+1
-26
lines changed

.eslintrc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module.exports = {
2020
parserOptions: {
2121
ecmaVersion: 6,
2222
sourceType: 'module',
23-
project: './tsconfig.lint.json',
23+
project: './tsconfig.json',
2424
warnOnUnsupportedTypeScriptVersion: false,
2525
},
2626
plugins: ['@typescript-eslint'],

tsconfig.cli.json

-7
This file was deleted.

tsconfig.core.json

-4
This file was deleted.

tsconfig.lint.json

-14
This file was deleted.

0 commit comments

Comments
 (0)