-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
eslint is good but biome may have better potential for longer term use and simpler to use.
what to reserch:
is it possible to use biome from root and not per project.
{
"$schema": "https://biomejs.dev/schemas/2.3.11/schema.json",
"vcs": {
"enabled": false,
"clientKind": "git",
"useIgnoreFile": false
},
"files": {
"includes": ["**", "!!**/dist"]
},
"formatter": {
"enabled": true,
"indentStyle": "space"
},
"linter": {
"enabled": true,
"rules": {
"recommended": true
}
},
"javascript": {
"formatter": {
"quoteStyle": "single"
}
},
"assist": {
"enabled": true,
"actions": {
"source": {
"organizeImports": "off"
}
}
}
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels