Skip to content

Commit

Permalink
refactor: remove unused tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
mizdra committed Feb 11, 2022
1 parent 886c2c4 commit 861cfe9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 18 deletions.
7 changes: 1 addition & 6 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,7 @@ module.exports = {
{
files: ['*.ts', '*.tsx', '*.cts', '*.mts'],
parserOptions: {
project: [
'./tsconfig.src.json',
'./tsconfig.test.json',
'./e2e-test/import-as-esm-from-esm/tsconfig.json',
'./e2e-test/global-installation/tsconfig.json',
],
project: ['./tsconfig.src.json', './tsconfig.test.json', './e2e-test/import-as-esm-from-esm/tsconfig.json'],
},
rules: {
// ts-ignore は覚悟のある時にしか使わないので、いちいち lint error にする必要もない
Expand Down
10 changes: 0 additions & 10 deletions e2e-test/global-installation/tsconfig.json

This file was deleted.

3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"references": [
{ "path": "./tsconfig.src.json" },
{ "path": "./tsconfig.test.json" },
{ "path": "./e2e-test/import-as-esm-from-esm/tsconfig.json" },
{ "path": "./e2e-test/global-installation/tsconfig.json" }
{ "path": "./e2e-test/import-as-esm-from-esm/tsconfig.json" }
]
}

0 comments on commit 861cfe9

Please sign in to comment.