Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make eslint rule an error instead of a warning
This will `@typescript-eslint/no-unused-vars` an error instead of a warning. It's helpful for the rule to error so that the build will fail so that you don't have to check the logs to see if there was a warning. See mrdoob#20467 for context.
- Loading branch information