Skip to content

Commit 0e3f5c0

Browse files
Copilotyeonjuan
andauthored
docs: rule name typo in no-restricted-attr-values documentation (#434)
* Initial plan * Fix documentation typo: no-restricted-attrs → no-restricted-attr-values Co-authored-by: yeonjuan <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: yeonjuan <[email protected]>
1 parent bfdeb29 commit 0e3f5c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/no-restricted-attr-values.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This rule takes an array of option objects. Each object can contain the followin
3131
```js
3232
module.exports = {
3333
rules: {
34-
"@html-eslint/no-restricted-attrs": [
34+
"@html-eslint/no-restricted-attr-values": [
3535
"error",
3636
{
3737
attrPatterns: ["class", "alt"],

0 commit comments

Comments
 (0)