[crawler] configuration based api

This commit is contained in:
2025-11-04 16:11:14 +02:00
committed by BernardNganduDev
parent 7be4f84c32
commit 6eb2ed08e5
44 changed files with 1658 additions and 1860 deletions
+16 -3
View File
@@ -10,12 +10,22 @@
},
"formatter": {
"enabled": true,
"indentStyle": "space"
"indentStyle": "space",
"indentWidth": 2,
"lineEnding": "lf",
"lineWidth": 100
},
"linter": {
"enabled": true,
"rules": {
"recommended": true
"recommended": true,
"style": {
"useImportType": "off"
},
"correctness": {
"noUnusedImports": "on",
"useImportExtensions": "off"
}
}
},
"javascript": {
@@ -27,7 +37,10 @@
"enabled": true,
"actions": {
"source": {
"organizeImports": "on"
"organizeImports": "on",
"useSortedKeys": "on",
"useSortedAttributes": "on",
"useSortedProperties": "on"
}
}
}