Skip to content

Commit 790776c

Browse files
Adds missing double quote
1 parent da5f6ec commit 790776c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/no-unused-modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ In order for this plugin to work, at least one of the options `missingExports` o
1717
Example:
1818

1919
```json
20-
"rules: {
20+
"rules": {
2121
...otherRules,
2222
"import/no-unused-modules": [1, {"unusedExports": true}]
2323
}

0 commit comments

Comments
 (0)