Skip to content

Commit

Permalink
chore: remove extra tsconfig files
Browse files Browse the repository at this point in the history
Only the lint version was referenced and different behaviour didn't seem
relavant to linting
  • Loading branch information
nschonni committed Nov 26, 2021
1 parent 472722b commit 4079174
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 26 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module.exports = {
parserOptions: {
ecmaVersion: 6,
sourceType: 'module',
project: './tsconfig.lint.json',
project: './tsconfig.json',
warnOnUnsupportedTypeScriptVersion: false,
},
plugins: ['@typescript-eslint'],
Expand Down
7 changes: 0 additions & 7 deletions tsconfig.cli.json

This file was deleted.

4 changes: 0 additions & 4 deletions tsconfig.core.json

This file was deleted.

14 changes: 0 additions & 14 deletions tsconfig.lint.json

This file was deleted.

0 comments on commit 4079174

Please sign in to comment.