Files
celloc3d.brain.riken.jp/biome.json
T
orrisroot 0e99d1cd3d build: update dependencies and move to react-router 8
react-router-dom stops at 7; version 8 ships only as react-router,
which the other archived sites already use.

- import the router from react-router instead of react-router-dom
- update React, Vite, three.js types, Biome and CSpell
- keep @types/node on the 24.x line with .ncurc.js
2026-09-14 19:26:53 +09:00

44 lines
793 B
JSON

{
"$schema": "https://biomejs.dev/schemas/2.5.13/schema.json",
"vcs": {
"enabled": true,
"clientKind": "git",
"useIgnoreFile": true
},
"files": {
"ignoreUnknown": false,
"includes": ["**", "!**/dist", "!**/node_modules"]
},
"formatter": {
"enabled": true,
"indentStyle": "space",
"indentWidth": 2,
"lineWidth": 120
},
"linter": {
"enabled": true,
"domains": {
"react": "recommended"
},
"rules": {
"preset": "recommended",
"style": {
"useComponentExportOnlyModules": "on"
}
}
},
"assist": {
"actions": {
"source": {
"organizeImports": "on"
}
}
},
"javascript": {
"formatter": {
"quoteStyle": "single",
"trailingCommas": "all"
}
}
}