{ "$schema": "https://raw.githubusercontent.com/nicolo-ribaudo/tc39-proposal-type-annotations/refs/heads/main/packages/oxlint/configuration_file_schema.json", "plugins": ["typescript", "unicorn", "jest"], "categories": {}, "rules": { "typescript/no-unnecessary-type-assertion": "error", "typescript/no-deprecated": "warn", "unicorn/prefer-string-replace-all": "error", "unicorn/prefer-string-raw": "error", "jest/expect-expect": [ "error", { "assertFunctionNames": ["expect", "expectDomainError"] } ] }, "ignorePatterns": [ "dist", "coverage", ".claude", ".specify", "specs", ".pnpm-store", "scripts" ] }