Closed
Description
Hi, I'm not sure if it's right or wrong, but when I was reading vue/no-potential-component-option-typo, I saw that on the beginning the example of config was:
{
"vue/no-potential-component-option-typo": ["error", {
"presets": ["all"],
"custom": ["test"]
}]
}
but after reading it, when I came to the options part, the example was:
{
"vue/no-unsed-vars": ["error", {
"presets": ["vue"],
"custom": [],
"threshold": 1
}]
}
The "vue/no-unsed-vars" over "vue/no-potential-component-option-typo" was intended?
Checklist
- I have tried restarting my IDE and the issue persists.
- I have read the FAQ and my problem is not listed.
What did you expect to happen?
I was expecting to see "vue/no-potential-component-option-typo" as the rule and not "vue/no-unsed-vars".
Metadata
Metadata
Assignees
Labels
No labels