Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Split out TypeScript configuration to separate file.
In #10, the typescript-eslint plugin and its recommended ruleset was added, but this inadvertently also covered .js files, and caused problems when used with codebases containing mixed JS/TS files. To avoid this issue, we define another extendable ruleset @glints/eslint-config/typescript. Projects that want to apply this ruleset to just TypeScript files can define "overrides": ["**/*.ts", ...].
- Loading branch information