Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ESLint: Skip no-undef for TypeScript
ESLint doesn't recognize TypeScript built-ins. This is fine, as the TypeScript compiler will error out on undefined variables. Signed-off-by: Mark Yen <[email protected]>
- Loading branch information