Skip to content

Commit 433751c

Browse files
Marick van TuilMarick van Tuil
authored andcommitted
Sort imports by length
1 parent 6cc9cac commit 433751c

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

pint.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
{
2-
"preset": "laravel",
3-
"rules": {
4-
"fully_qualified_strict_types": true,
5-
"declare_strict_types": true
6-
}
2+
"preset": "laravel",
3+
"rules": {
4+
"fully_qualified_strict_types": true,
5+
"declare_strict_types": true,
6+
"ordered_imports": {
7+
"sort_algorithm": "length"
8+
}
9+
}
710
}

0 commit comments

Comments
 (0)