Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(eslint): add tsconfig parserOptions only for ts,tsx
`eslint` complains about `parserOptions.project` configuration in files that aren't specified in `tsconfig.json` (like `babel.config.js`). This change moves the parser configuration to an `overrides` section specifically for `ts` and `tsx` files.
- Loading branch information