{ "$schema": "https://biomejs.dev/schemas/2.2.2/schema.json", "assist": { "actions": { "source": { "organizeImports": "on" } }, "enabled": true }, "files": { "ignoreUnknown": false }, "formatter": { "enabled": true, "indentStyle": "space", "indentWidth": 2 }, "javascript": { "formatter": { "quoteStyle": "double" } }, "linter": { "enabled": false }, "overrides": [ { "assist": { "actions": { "source": { "useSortedKeys": "on" } } }, "includes": [ "eslint-plugin-local/**/*.{js,ts,jsx,tsx}", "src/**/*.{js,ts,jsx,tsx}", "**/*.test.{js,ts,jsx,tsx}", "tests/**/*.{js,ts,jsx,tsx}" ] } ], "vcs": { "clientKind": "git", "enabled": true, "useIgnoreFile": true } }