Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: turn on ts-eslint version of no-unused-vars for ts & vue files
Fixes #14 Fixes vuejs/create-vue#158 Technically turning new rules on would be a breaking change because it introduces more errors in an existing codebase. However, in our README we've already made it clear that this ruleset should only be used with `@vue/cli` or `create-vue`, so an existing `eslint:recommended` config is expected, thus no breaking changes. Nevertheless, I choose to make it `warn` instead of `error` to minimize the impact.
- Loading branch information