Skip to content

Commit 7d83a57

Browse files
albertpastranaljharb
authored andcommitted
[Docs] no-unused-modules: add missing double quote
1 parent 519eb94 commit 7d83a57

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
2727
- [Docs] add missing comma ([#3122], thanks [@RyanGst])
2828
- [readme] Update flatConfig example to include typescript config ([#3138], thanks [@intellix])
2929
- [Refactor] [`order`]: remove unnecessary negative check ([#3167], thanks [@JounQin])
30+
- [Docs] [`no-unused-modules`]: add missing double quote ([#3191], thanks [@albertpastrana])
3031

3132
## [2.31.0] - 2024-10-03
3233

@@ -1176,6 +1177,7 @@ for info on changes for earlier releases.
11761177

11771178
[`memo-parser`]: ./memo-parser/README.md
11781179

1180+
[#3191]: https://github.com/import-js/eslint-plugin-import/pull/3191
11791181
[#3173]: https://github.com/import-js/eslint-plugin-import/pull/3173
11801182
[#3167]: https://github.com/import-js/eslint-plugin-import/pull/3167
11811183
[#3166]: https://github.com/import-js/eslint-plugin-import/pull/3166
@@ -1797,6 +1799,7 @@ for info on changes for earlier releases.
17971799
[@aks-]: https://github.com/aks-
17981800
[@akwodkiewicz]: https://github.com/akwodkiewicz
17991801
[@aladdin-add]: https://github.com/aladdin-add
1802+
[@albertpastrana]: https://github.com/albertpastrana
18001803
[@alex-page]: https://github.com/alex-page
18011804
[@alexgorbatchev]: https://github.com/alexgorbatchev
18021805
[@amsardesai]: https://github.com/amsardesai

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)