Skip to content

Commit 5ee6e5e

Browse files
denisbalykoyarastqt
authored andcommitted
docs(eslint-plugin): update common readme.md
1 parent e4e27e8 commit 5ee6e5e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

packages/eslint-plugin/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Then configure the rules you want to use under the rules section.
1717
```json
1818
{
1919
"rules": {
20+
"@bem-react/no-classname-runtime": "warn",
2021
"@bem-react/whitelist-levels-imports": [
2122
"error",
2223
{
@@ -34,6 +35,7 @@ Then configure the rules you want to use under the rules section.
3435

3536
## Supported Rules
3637

37-
Currently only one rule is supported:
38+
Currently is supported:
3839

3940
- [whitelist-levels-imports](./docs/rules/whitelist-levels-imports.md)
41+
- [no-classname-runtime](./docs/rules/no-classname-runtime.md)

0 commit comments

Comments
 (0)