You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
343 B
JSON
19 lines
343 B
JSON
{
|
|
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
|
|
"organizeImports": {
|
|
"enabled": true
|
|
},
|
|
"formatter": {
|
|
"indentWidth": 2,
|
|
"indentStyle": "space"
|
|
},
|
|
"linter": {
|
|
"enabled": true,
|
|
"include": [
|
|
"src/**/*.{js,jsx,ts,tsx,mjs,cjs,mts,cts}"
|
|
],
|
|
"rules": {
|
|
"recommended": true
|
|
}
|
|
}
|
|
} |