Skip to content

Commit

Permalink
autofix e2e tests10
Browse files Browse the repository at this point in the history
  • Loading branch information
dbale-altoros committed Jul 16, 2024
1 parent 824270b commit e25b721
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/rules/naming/imports-order.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ This rule accepts a string option of rule severity. Must be one of "error", "war
### Notes
- Order by hierarchy of directories first, e.g. ../../ comes before ../, which comes before ./, which comes before ./foo
- Order alphabetically for each file at the same level, e.g. ./bar comes before ./foo
- Rule support up to 10 folder levels "../../../../../../../../../../"
- Rule supports up to 8 folder levels "../../../../../../../../"
- Rule does NOT support this kind of import "import * as Alias from "./filename.sol"

## Examples
This rule does not have examples.
Expand Down

0 comments on commit e25b721

Please sign in to comment.