8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1f43f5 commit c1c6534Copy full SHA for c1c6534
lib/rules/no-unused-components.js
@@ -72,7 +72,7 @@ module.exports = {
72
registeredComponents
73
.filter(({ name }) => {
74
// If the component name is PascalCase
75
- // it can be used in varoious of ways inside template,
+ // it can be used in various of ways inside template,
76
// like "theComponent", "The-component" etc.
77
// but except snake_case
78
if (casing.pascalCase(name) === name) {
0 commit comments