Files
karakeep-mirror/packages/open-api/.oxlintrc.json
xuatz d5e2973dce chore: migrate away from eslint to oxlint (#1642)
* chore: migrate away from eslint to oxlint

* revert turbo task name lint

* it seems like we can remove the seemingly default globals
2025-06-22 12:29:30 +01:00

23 lines
411 B
JSON

{
"$schema": "../../node_modules/oxlint/configuration_schema.json",
"extends": [
"../../tooling/oxlint/oxlint-base.json"
],
"categories": {
"correctness": "warn"
},
"env": {
"builtin": true,
"commonjs": true
},
"ignorePatterns": [
"**/*.config.js",
"**/*.config.cjs",
"**/.eslintrc.cjs",
"**/.next",
"**/dist",
"**/build",
"**/pnpm-lock.yaml"
]
}