{
    "$schema": "https://biomejs.dev/schemas/2.4.14/schema.json",
    "formatter": {
        "enabled": false
    },
    "javascript": {
        "jsxRuntime": "reactClassic"
    },
    "linter": {
        "enabled": true,
        "rules": {
            "recommended": true,
            "a11y": {
                "noLabelWithoutControl": "off",
                "noStaticElementInteractions": "off",
                "noSvgWithoutTitle": "off",
                "useKeyWithClickEvents": "off"
            },
            "suspicious": {
                "noThenProperty": "off",
                "noExportsInTest": "off"
            }
        }
    },
    "files": {
        "includes": ["src/**/*.js", "src/**/*.jsx", "src/**/*.ts", "src/**/*.tsx"]
    }
}
