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 1c283c6 + f0a195b commit b71eee9Copy full SHA for b71eee9
biome.json
@@ -14,7 +14,9 @@
14
"!composer.json",
15
"!composer.lock",
16
"!package.json",
17
- "!package-lock.json"
+ "!package-lock.json",
18
+ "!**/analytics.*",
19
+ "!**/metrics.*"
20
]
21
},
22
"formatter": {
pint.json
@@ -4,12 +4,12 @@
4
"tests/Fixtures"
5
],
6
"rules": {
7
- "@PHP71Migration": true,
8
- "@PHP73Migration": true,
9
- "@PHP74Migration": true,
10
- "@PHP80Migration": true,
11
- "@PHP81Migration": true,
12
- "@PHP82Migration": true,
+ "@PHP7x1Migration": true,
+ "@PHP7x3Migration": true,
+ "@PHP7x4Migration": true,
+ "@PHP8x0Migration": true,
+ "@PHP8x1Migration": true,
+ "@PHP8x2Migration": true,
13
"concat_space": {
"spacing": "one"
0 commit comments