Skip to content

Commit 58a8564

Browse files
authored
Create pint.json
1 parent 533032b commit 58a8564

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

pint.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"preset": "laravel",
3+
"rules": {
4+
"simplified_null_return": false,
5+
"not_operator_with_successor_space": true,
6+
"ordered_imports": {
7+
"sort_algorithm": "alpha"
8+
},
9+
"no_unused_imports": true,
10+
"no_useless_else": true,
11+
"php_unit_method_casing": {
12+
"case": "camel_case"
13+
}
14+
},
15+
"exclude": [
16+
"vendor",
17+
"storage",
18+
"bootstrap/cache"
19+
]
20+
}

0 commit comments

Comments
 (0)