2025-09-17 03:17:38 +01:00
|
|
|
{
|
2025-11-02 20:57:26 +00:00
|
|
|
"$schema": "https://biomejs.dev/schemas/2.3.2/schema.json",
|
2025-09-17 03:17:38 +01:00
|
|
|
"files": {
|
2025-11-02 20:57:26 +00:00
|
|
|
"includes": [
|
|
|
|
|
"**",
|
2025-11-06 21:17:51 +00:00
|
|
|
"!**/node_modules",
|
|
|
|
|
"!**/public",
|
|
|
|
|
"!**/resources",
|
|
|
|
|
"!**/_gen",
|
|
|
|
|
"!**/assets/dist",
|
2025-11-02 20:57:26 +00:00
|
|
|
"!**/*.min.js",
|
|
|
|
|
"!**/*.min.css",
|
2025-11-06 21:17:51 +00:00
|
|
|
"!**/pagefind",
|
|
|
|
|
"!**/_vendor",
|
|
|
|
|
"!**/vendor",
|
2025-11-02 20:57:26 +00:00
|
|
|
"!**/*.html",
|
|
|
|
|
"!**/layouts/**/*.html",
|
|
|
|
|
"!**/layouts/**/*.htm",
|
|
|
|
|
"!**/*.webmanifest",
|
|
|
|
|
"!**/*.backlinks.json",
|
|
|
|
|
"!**/hugo_stats.json",
|
|
|
|
|
"!**/*.code-workspace",
|
|
|
|
|
"!**/modules/blox-tailwind/data/icons/devicon.json",
|
2025-11-06 21:17:51 +00:00
|
|
|
"!**/templates",
|
|
|
|
|
"!**/test",
|
2025-11-02 20:57:26 +00:00
|
|
|
"!**/modules/**/package.json",
|
|
|
|
|
"!**/assets/jsconfig.json",
|
|
|
|
|
"!**/docs-local",
|
2025-11-06 21:17:51 +00:00
|
|
|
"!**/backups",
|
|
|
|
|
"!**/modules/blox-tailwind/assets/css/config/safelist.css"
|
2025-09-17 03:17:38 +01:00
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"formatter": {
|
|
|
|
|
"enabled": true,
|
2025-09-22 22:18:00 +01:00
|
|
|
"indentStyle": "space",
|
|
|
|
|
"indentWidth": 2,
|
|
|
|
|
"lineWidth": 150
|
|
|
|
|
},
|
|
|
|
|
"javascript": {
|
|
|
|
|
"formatter": {
|
|
|
|
|
"quoteStyle": "double",
|
|
|
|
|
"trailingCommas": "all",
|
|
|
|
|
"bracketSpacing": false
|
|
|
|
|
},
|
|
|
|
|
"globals": ["PagefindUI"]
|
|
|
|
|
},
|
|
|
|
|
"json": {
|
|
|
|
|
"formatter": {
|
|
|
|
|
"trailingCommas": "none"
|
|
|
|
|
}
|
2025-09-17 03:17:38 +01:00
|
|
|
},
|
|
|
|
|
"linter": {
|
|
|
|
|
"enabled": true,
|
|
|
|
|
"rules": {
|
|
|
|
|
"recommended": true,
|
2025-11-02 20:57:26 +00:00
|
|
|
"style": {},
|
|
|
|
|
"complexity": {},
|
2025-09-17 03:17:38 +01:00
|
|
|
"suspicious": {
|
|
|
|
|
"noEmptyBlock": "off"
|
2025-09-22 22:47:27 +01:00
|
|
|
},
|
|
|
|
|
"security": {
|
|
|
|
|
"noDangerouslySetInnerHtml": "off"
|
2025-09-17 03:17:38 +01:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
2025-11-02 20:57:26 +00:00
|
|
|
"assist": { "actions": { "source": { "organizeImports": "on" } } },
|
|
|
|
|
"css": {
|
|
|
|
|
"parser": {
|
|
|
|
|
"tailwindDirectives": true
|
|
|
|
|
},
|
|
|
|
|
"formatter": {
|
|
|
|
|
"enabled": true,
|
|
|
|
|
"indentStyle": "space",
|
|
|
|
|
"indentWidth": 2,
|
|
|
|
|
"lineWidth": 150
|
|
|
|
|
},
|
|
|
|
|
"linter": {
|
|
|
|
|
"enabled": true
|
|
|
|
|
}
|
2025-09-17 03:17:38 +01:00
|
|
|
}
|
|
|
|
|
}
|