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 1ece73e commit 31a5afaCopy full SHA for 31a5afa
docs/rules/no-restricted-class.md
@@ -20,7 +20,7 @@ in the rule configuration.
20
21
```json
22
{
23
- "vue/no-restricted-props": ["error", "forbidden", "forbidden-two", "forbidden-three"]
+ "vue/no-restricted-class": ["error", "forbidden", "forbidden-two", "forbidden-three"]
24
}
25
```
26
0 commit comments