The fifth version of chriskrycho.com, built in Eleventy.
at canon 1.0 kB view raw
1{ 2 "$schema": "https://biomejs.dev/schemas/2.3.10/schema.json", 3 "vcs": { "enabled": false, "clientKind": "git", "useIgnoreFile": false }, 4 "files": { "ignoreUnknown": false, "includes": ["**"] }, 5 "formatter": { 6 "enabled": true, 7 "useEditorconfig": true, 8 "formatWithErrors": false, 9 "indentStyle": "space", 10 "indentWidth": 3, 11 "lineEnding": "lf", 12 "lineWidth": 90, 13 "attributePosition": "auto", 14 "bracketSpacing": true, 15 "includes": ["**", "!**/*.md", "!**/*.yaml"] 16 }, 17 "assist": { "actions": { "source": { "organizeImports": "on" } } }, 18 "linter": { "enabled": false }, 19 "javascript": { 20 "formatter": { 21 "jsxQuoteStyle": "double", 22 "quoteProperties": "asNeeded", 23 "trailingCommas": "all", 24 "semicolons": "always", 25 "arrowParentheses": "always", 26 "bracketSameLine": false, 27 "quoteStyle": "single", 28 "attributePosition": "auto", 29 "bracketSpacing": true 30 } 31 } 32}