Files
cfw-autumn/vite/biome.json
John Yeo b09645f62d Add animated slide-in sheet for plan editor
- Remove default sheet display on page load
- Add Motion animations for sheet slide-in/out from right
- Animate main content and components width when sheet opens/closes
- Add click outside and Escape key to close sheet
- Synchronize all animations with spring physics

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-20 19:15:49 +01:00

52 lines
902 B
JSON

{
"root": false,
"$schema": "https://biomejs.dev/schemas/2.2.2/schema.json",
"vcs": {
"enabled": true,
"clientKind": "git",
"useIgnoreFile": false
},
"files": {
"ignoreUnknown": false,
"experimentalScannerIgnores": ["dist/**", "public/**"]
},
"formatter": {
"enabled": true,
"indentStyle": "tab"
},
"linter": {
"enabled": true,
"rules": {
"a11y": {
"noStaticElementInteractions": "off",
"useKeyWithClickEvents": "off"
},
"recommended": true,
"complexity": {
"noStaticOnlyClass": "off"
},
"suspicious": {
"noArrayIndexKey": "off",
"noUnknownAtRules": "off"
},
"correctness": {
"useParseIntRadix": "off",
"useExhaustiveDependencies": "off"
}
}
},
"javascript": {
"formatter": {
"quoteStyle": "double"
}
},
"assist": {
"enabled": true,
"actions": {
"source": {
"organizeImports": "on"
}
}
}
}