mirror of https://github.com/pixelfed/pixelfed
Create pint.json
parent
f2a91a6dfc
commit
8f71513a15
@ -0,0 +1,20 @@
|
|||||||
|
{
|
||||||
|
"preset": "laravel",
|
||||||
|
"rules": {
|
||||||
|
"simplified_null_return": true,
|
||||||
|
"not_operator_with_successor_space": true,
|
||||||
|
"ordered_imports": {
|
||||||
|
"sort_algorithm": "alpha"
|
||||||
|
},
|
||||||
|
"no_unused_imports": true,
|
||||||
|
"array_syntax": {
|
||||||
|
"syntax": "short"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"exclude": [
|
||||||
|
"bootstrap/cache",
|
||||||
|
"storage",
|
||||||
|
"node_modules",
|
||||||
|
"vendor"
|
||||||
|
]
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue