- 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>
52 lines
902 B
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
}
|