{
	"$schema": "https://biomejs.dev/schemas/2.3.8/schema.json",
	"vcs": {
	"enabled": true,
		"clientKind": "git",
		"useIgnoreFile": true
},
	"files": {
	"includes": ["src/css/**/*", "src/js/**/*"]
},
	"assist": {
	"actions": {
		"source": {
			"organizeImports": "off"
		}
	}
},
	"formatter": {
	"enabled": true,
		"formatWithErrors": true,
		"indentStyle": "space",
		"indentWidth": 2,
		"lineEnding": "lf",
		"lineWidth": 100,
		"attributePosition": "auto"
},
	"linter": {
	"enabled": true,
		"rules": {
		"recommended": true,
			"style": {
			"useBlockStatements": "off",
				"noDescendingSpecificity": "off",
				"useTemplate": "error",
				"useConst": "error",
				"useSelfClosingElements": "error"
		},
		"complexity": {
			"useArrowFunction": "error",
				"noImportantStyles": "off"
		},
		"correctness": {
			"noUnusedVariables": "error",
				"noUndeclaredVariables": "error"
		},
		"suspicious": {
			"noConsole": {
				"level": "warn",
					"options": {
					"allow": ["assert", "error", "info", "warn"]
				}
			}
		}
	}
},
	"javascript": {
	"formatter": {
		"quoteStyle": "single",
			"jsxQuoteStyle": "double",
			"trailingCommas": "all",
			"semicolons": "always",
			"arrowParentheses": "always",
			"bracketSpacing": true,
			"bracketSameLine": false
	},
	"globals": ["Ed11yVersion"]
},
	"css": {
	"formatter": {
		"enabled": true,
			"quoteStyle": "double",
			"indentStyle": "tab",
			"indentWidth": 2
	},
	"linter": {
		"enabled": true
	}
}
}
