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.
2 parents bb42028 + d52d1e1 commit 7194da9Copy full SHA for 7194da9
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