Skip to content

Commit d66933c

Browse files
joshuaobrienljharb
authored andcommitted
[Docs] no-relative-packages: fix typo
1 parent f72f207 commit d66933c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
1313
- `ExportMap` / flat config: include `languageOptions` in context ([#3052], thanks [@michaelfaith])
1414
- [`no-named-as-default`]: Allow using an identifier if the export is both a named and a default export ([#3032], thanks [@akwodkiewicz])
1515

16+
### Changed
17+
- [Docs] [`no-relative-packages`]: fix typo ([#3066], thanks [@joshuaobrien])
18+
1619
## [2.30.0] - 2024-09-02
1720

1821
### Added
@@ -1136,6 +1139,7 @@ for info on changes for earlier releases.
11361139

11371140
[`memo-parser`]: ./memo-parser/README.md
11381141

1142+
[#3066]: https://github.com/import-js/eslint-plugin-import/pull/3066
11391143
[#3052]: https://github.com/import-js/eslint-plugin-import/pull/3052
11401144
[#3043]: https://github.com/import-js/eslint-plugin-import/pull/3043
11411145
[#3036]: https://github.com/import-js/eslint-plugin-import/pull/3036
@@ -1840,6 +1844,7 @@ for info on changes for earlier releases.
18401844
[@johnthagen]: https://github.com/johnthagen
18411845
[@jonboiser]: https://github.com/jonboiser
18421846
[@josh]: https://github.com/josh
1847+
[@joshuaobrien]: https://github.com/joshuaobrien
18431848
[@JounQin]: https://github.com/JounQin
18441849
[@jquense]: https://github.com/jquense
18451850
[@jseminck]: https://github.com/jseminck

docs/rules/no-relative-packages.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66

77
Use this rule to prevent importing packages through relative paths.
88

9-
It's useful in Yarn/Lerna workspaces, were it's possible to import a sibling
10-
package using `../package` relative path, while direct `package` is the correct one.
9+
It's useful in Yarn/Lerna workspaces, where it's possible to import a sibling package using `../package` relative path, while direct `package` is the correct one.
1110

1211
## Examples
1312

0 commit comments

Comments
 (0)