Skip to content

Commit 0c3b464

Browse files
authored
docs: fix configuration specs
1 parent 60c28f9 commit 0c3b464

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,10 @@ Either way, you can optionally configure individual rules:
6060
// ...
6161
comments.recommended,
6262
{
63-
"@eslint-community/eslint-comments/no-unused-disable": "error"
63+
rules: {
64+
"@eslint-community/eslint-comments/no-unused-disable": "error",
65+
// ...
66+
}
6467
},
6568
]
6669
```

0 commit comments

Comments
 (0)