We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb42028 commit d52d1e1Copy full SHA for d52d1e1
biome.json
@@ -11,7 +11,9 @@
11
"**",
12
"!node_modules",
13
"!vendor",
14
+ "!composer.json",
15
"!composer.lock",
16
+ "!package.json",
17
"!package-lock.json"
18
]
19
},
pint.json
@@ -1,5 +1,8 @@
1
{
2
"preset": "laravel",
3
+ "exclude": [
4
+ "tests/Fixtures"
5
+ ],
6
"rules": {
7
"@PHP71Migration": true,
8
"@PHP73Migration": true,
0 commit comments