Skip to content

Commit

Permalink
Merge pull request #5753 from eslint/docs-sort-imports
Browse files Browse the repository at this point in the history
Docs: Typo in `sort-imports`
  • Loading branch information
ilyavolodin committed Mar 31, 2016
2 parents 1d48c47 + 8ac9206 commit ed307d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/sort-imports.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,4 +198,4 @@ Default is `["none", "all", "multiple", "single"]`.

## When Not To Use It

This rule is a formatting preference and not following it won't negatively affect the quality of your code. If you alphabetizing imports isn't a part of your coding standards, then you can leave this rule disabled.
This rule is a formatting preference and not following it won't negatively affect the quality of your code. If alphabetizing imports isn't a part of your coding standards, then you can leave this rule disabled.

0 comments on commit ed307d0

Please sign in to comment.