Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
For the @typescript-eslint/parser the tsconfig needs to include all files being linted. We need to explicitly include .json files per the default rule: https://www.typescriptlang.org/tsconfig#include ``` If a glob pattern doesn’t include a file extension, then only files with supported extensions are included (e.g. .ts, .tsx, and .d.ts by default, with .js and .jsx if allowJs is set to true). ```
- Loading branch information