{ "$schema": "./node_modules/oxlint/configuration_schema.json", "env": { "browser": true, "es2020": true, "es2022": true }, "settings": { }, "rules": { "import/export": "error", "typescript/consistent-type-imports": "error" } }