Skip to content
This repository was archived by the owner on Feb 4, 2025. It is now read-only.

Commit 44e8a39

Browse files
committed
🚨 Disable new Pint rule
1 parent 6d76ba4 commit 44e8a39

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎pint.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"preset": "laravel",
33
"rules": {
44
"array_indentation": false,
5-
"phpdoc_align": false
5+
"phpdoc_align": false,
6+
"single_line_empty_body": false
67
}
78
}

0 commit comments

Comments
 (0)