Skip to content

Commit fffae29

Browse files
docs: fix configuration specs (#254)
Co-authored-by: Yosuke Ota <[email protected]>
1 parent 784d7ec commit fffae29

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: docs/index.md

+4-1
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)