Skip to content

Commit 6486e00

Browse files
committed
Fix typo in docs
1 parent d2454ce commit 6486e00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/no-unused.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,6 @@ let result = (function fac(i) {
9999
})(5);
100100
```
101101

102-
#### `"no-unused-class-expression-name"`
102+
#### `"unused-class-expression-name"`
103103

104104
Basically the same as `"unused-function-expression-name"` but for class expressions.

0 commit comments

Comments
 (0)