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 e4e27e8 commit 5ee6e5eCopy full SHA for 5ee6e5e
1 file changed
packages/eslint-plugin/README.md
@@ -17,6 +17,7 @@ Then configure the rules you want to use under the rules section.
17
```json
18
{
19
"rules": {
20
+ "@bem-react/no-classname-runtime": "warn",
21
"@bem-react/whitelist-levels-imports": [
22
"error",
23
@@ -34,6 +35,7 @@ Then configure the rules you want to use under the rules section.
34
35
36
## Supported Rules
37
-Currently only one rule is supported:
38
+Currently is supported:
39
40
- [whitelist-levels-imports](./docs/rules/whitelist-levels-imports.md)
41
+- [no-classname-runtime](./docs/rules/no-classname-runtime.md)
0 commit comments