Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
Get rid of extraneous lint config
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Ryu committed Jul 20, 2020
1 parent 1bca65a commit 8585f0e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 11 deletions.
4 changes: 1 addition & 3 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ module.exports = {
project: [
'packages/tsconfig.json',
'packages/tsconfig_base.json',
'tests/tsconfig.eslint.json',
'tsconfig.eslint.json',
],
},
Expand Down Expand Up @@ -45,8 +44,7 @@ module.exports = {
'**/test/**/*.tsx',
'**/tests/**/*.ts',
'**/tests/**/*.tsx',
'sewing-kit.config.ts',
'config/sewing-kit/**/*',
'**/sewing-kit.config.ts',
],
rules: {
// We disable `import/no-extraneous-dependencies` for test files because it
Expand Down
7 changes: 0 additions & 7 deletions tests/tsconfig.eslint.json

This file was deleted.

2 changes: 1 addition & 1 deletion tsconfig.eslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"compilerOptions": {
"noEmit": true
},
"files": ["./sewing-kit.config.ts", "./config/sewing-kit/index.ts"]
"include": ["./sewing-kit.config.ts", "./config", "./tests"]
}

0 comments on commit 8585f0e

Please sign in to comment.