Skip to content

Commit

Permalink
docs grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Lloyd committed May 5, 2018
1 parent 07f3707 commit 4b3bbca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/no-relative-parent-imports.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Use this rule to prevent imports to folders in relative parent paths.

It's useful for enforcing tree-like folder structures instead of complex graph-like folder structures. While this might be a departure from Node's default resolution style, it can lead large codebases to be easier to maintain codebases over time.
This rule is useful for enforcing tree-like folder structures instead of complex graph-like folder structures. While this restriction might be a departure from Node's default resolution style, it can lead large, complex codebases to be easier to maintain. If you've ever had debates over "where to put files" this rule is for you.

To fix violations of this rule there are three general strategies. Given this example:

Expand Down

0 comments on commit 4b3bbca

Please sign in to comment.