Skip to content

Commit 6be20df

Browse files
unbeauvoyageljharb
authored andcommitted
[Docs] no-restricted-paths: fix grammar
1 parent ab0941e commit 6be20df

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
2121
- [Performance] [`no-cycle`]: dont scc for each linted file ([#3068], thanks [@soryy708])
2222
- [Docs] [`no-cycle`]: add `disableScc` to docs ([#3070], thanks [@soryy708])
2323
- [Tests] use re-exported `RuleTester` ([#3071], thanks [@G-Rath])
24+
- [Docs] `no-restricted-paths`: fix grammar ([#3073], thanks [@unbeauvoyage])
2425

2526
## [2.30.0] - 2024-09-02
2627

@@ -1145,6 +1146,7 @@ for info on changes for earlier releases.
11451146

11461147
[`memo-parser`]: ./memo-parser/README.md
11471148

1149+
[#3073]: https://github.com/import-js/eslint-plugin-import/pull/3073
11481150
[#3072]: https://github.com/import-js/eslint-plugin-import/pull/3072
11491151
[#3071]: https://github.com/import-js/eslint-plugin-import/pull/3071
11501152
[#3070]: https://github.com/import-js/eslint-plugin-import/pull/3070
@@ -1997,6 +1999,7 @@ for info on changes for earlier releases.
19971999
[@tomprats]: https://github.com/tomprats
19982000
[@TrevorBurnham]: https://github.com/TrevorBurnham
19992001
[@ttmarek]: https://github.com/ttmarek
2002+
[@unbeauvoyage]: https://github.com/unbeauvoyage
20002003
[@vikr01]: https://github.com/vikr01
20012004
[@wenfangdu]: https://github.com/wenfangdu
20022005
[@wKich]: https://github.com/wKich

docs/rules/no-restricted-paths.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Some projects contain files which are not always meant to be executed in the same environment.
66
For example consider a web application that contains specific code for the server and some specific code for the browser/client. In this case you don’t want to import server-only files in your client code.
77

8-
In order to prevent such scenarios this rule allows you to define restricted zones where you can forbid files from imported if they match a specific path.
8+
In order to prevent such scenarios this rule allows you to define restricted zones where you can forbid files from being imported if they match a specific path.
99

1010
## Rule Details
1111

0 commit comments

Comments
 (0)