feat(docs): reorganize imports and improve formatting for readability
Streamline import orders in MDX components and layout files. Adjust text formatting in the homepage and configuration files for consistent structure and enhanced clarity. Add new accessibility-focused linting rules in `biome.json`.
This commit is contained in:
@@ -17,7 +17,15 @@
|
||||
"linter": {
|
||||
"enabled": true,
|
||||
"rules": {
|
||||
"recommended": true
|
||||
"recommended": true,
|
||||
"a11y": {
|
||||
"useAriaPropsForRole": "warn",
|
||||
"useSemanticElements": "warn",
|
||||
"useFocusableInteractive": "warn"
|
||||
},
|
||||
"suspicious": {
|
||||
"noUnknownAtRules": "off"
|
||||
}
|
||||
},
|
||||
"domains": {
|
||||
"next": "recommended",
|
||||
|
||||
Reference in New Issue
Block a user