ab75b8c2dd
Important bits are: https://github.com/apify/crawlee/pull/3190/files#diff-88fbe28c4102501b94961511a0d70ff895bf39970b4d3fc11917794a239117c5R3 https://github.com/apify/crawlee/pull/3190/files#diff-7b5c8955fc544a11b4b74eddb4115f9cc51c9cf162dbffa60d37eeed82a55a57R27-R28 Yarn should ignore dependencies that are less than 24 hours old, the same should apply for renovate. The PR also updates yarn and biome (and reformats the code with it).
29 lines
512 B
JSON
29 lines
512 B
JSON
{
|
|
"formatter": {
|
|
"includes": [
|
|
"**",
|
|
"!**/website/**",
|
|
"!**/packages/**/*/dist/**",
|
|
"!**/package.json",
|
|
"!**/lerna.json",
|
|
"!**/scripts/actions/docker-images/state.json"
|
|
],
|
|
"formatWithErrors": true
|
|
},
|
|
"javascript": {
|
|
"formatter": {
|
|
"quoteStyle": "single",
|
|
"semicolons": "always",
|
|
"trailingCommas": "all",
|
|
"lineWidth": 120,
|
|
"indentStyle": "space",
|
|
"indentWidth": 4,
|
|
"quoteProperties": "preserve",
|
|
"lineEnding": "lf"
|
|
}
|
|
},
|
|
"linter": {
|
|
"enabled": false
|
|
}
|
|
}
|