Skip to content

Commit aee018f

Browse files
RyanGstljharb
authored andcommitted
[Docs] add missing comma
1 parent 1dc101b commit aee018f

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
@@ -13,6 +13,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
1313
### Changed
1414
- [Docs] [`extensions`], [`order`]: improve documentation ([#3106], thanks [@Xunnamius])
1515
- [Docs] add flat config guide for using `tseslint.config()` ([#3125], thanks [@lnuvy])
16+
- [Docs] add missing comma ([#3122], thanks [@RyanGst])
1617

1718
## [2.31.0] - 2024-10-03
1819

@@ -1163,6 +1164,7 @@ for info on changes for earlier releases.
11631164
[`memo-parser`]: ./memo-parser/README.md
11641165

11651166
[#3125]: https://github.com/import-js/eslint-plugin-import/pull/3125
1167+
[#3122]: https://github.com/import-js/eslint-plugin-import/pull/3122
11661168
[#3106]: https://github.com/import-js/eslint-plugin-import/pull/3106
11671169
[#3097]: https://github.com/import-js/eslint-plugin-import/pull/3097
11681170
[#3073]: https://github.com/import-js/eslint-plugin-import/pull/3073
@@ -1982,6 +1984,7 @@ for info on changes for earlier releases.
19821984
[@rosswarren]: https://github.com/rosswarren
19831985
[@rperello]: https://github.com/rperello
19841986
[@rsolomon]: https://github.com/rsolomon
1987+
[@RyanGst]: https://github.com/
19851988
[@s-h-a-d-o-w]: https://github.com/s-h-a-d-o-w
19861989
[@saschanaz]: https://github.com/saschanaz
19871990
[@schmidsi]: https://github.com/schmidsi

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ All rules are off by default. However, you may extend one of the preset configs,
127127
```jsonc
128128
{
129129
"rules": {
130-
"import/no-unresolved": ["error", { "commonjs": true, "amd": true }]
130+
"import/no-unresolved": ["error", { "commonjs": true, "amd": true }],
131131
"import/named": "error",
132132
"import/namespace": "error",
133133
"import/default": "error",

0 commit comments

Comments
 (0)