-
-
Notifications
You must be signed in to change notification settings - Fork 681
Rule Proposal: no-unused-variables #631
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Agree. This rule is very useful to check unused codes. Please add it ASAP! |
MisRob
pushed a commit
to learningequality/eslint-plugin-vue
that referenced
this issue
Apr 9, 2019
ota-meshi
pushed a commit
that referenced
this issue
May 19, 2020
ota-meshi
pushed a commit
that referenced
this issue
May 19, 2020
ota-meshi
added a commit
that referenced
this issue
May 21, 2020
* New: add vue/no-unused-properties rule (#631) * Update * Updated to trace function calls. Co-authored-by: Michaela Robosova <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please describe what the rule should do:
No unused computed properties or data.
What category of rule is this? (place an "X" next to just one item)
[X] Enforces code style
[ ] Warns about a potential error
[ ] Suggests an alternate way of doing something
[ ] Other (please specify:)
Provide 2-3 code examples that this rule will warn about:
Why should this rule be included in ESLint (instead of a plugin)?
Unused computed properties and data makes Vue components difficult to read.
The text was updated successfully, but these errors were encountered: