Skip to content

Commit

Permalink
Add exception for type-linting (super-linter#4470)
Browse files Browse the repository at this point in the history
* Add exception for type-linting

since we are linting file by file to avoid running into https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file

* Update tsconfig.json

* remove trailing commas for last entries
  • Loading branch information
zkoppert authored Sep 17, 2023
1 parent 1a2db96 commit 102cb5d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/linters/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,11 @@
"tests",
"tools",
"/tmp/lint/.automation/test"
],
"overrides": [
{
"extends": ["plugin:@typescript-eslint/disable-type-checked"],
"files": ["./**/*.{ts,tsx}"]
}
]
}

0 comments on commit 102cb5d

Please sign in to comment.