Files
lightgbm-org--lightgbm/biome.json
James Lamb 544d4398c5 [ci] update pre-commit hooks, fix typos (#7108)
* [ci] update pre-commit hooks, fix typos

* remove unnecessary indentation settings in biome.json
2025-12-23 00:40:29 +03:00

39 lines
726 B
JSON

{
"root": false,
"vcs": {
"enabled": true,
"clientKind": "git",
"useIgnoreFile": true
},
"files": {
"includes": [
"**",
"!build",
"!external_libs",
"!lightgbm-python",
"!lightgbm_r"
]
},
"formatter": {
"enabled": true,
"expand": "always",
"useEditorconfig": true,
"lineWidth": 120
},
"assist": {
"enabled": true,
"actions": {
"recommended": true
}
},
"linter": {
"enabled": true,
"domains": {
"project": "all"
},
"rules": {
"recommended": true
}
}
}