Files
karakeep-mirror/.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

13 lines
232 B
JSON

{
"$schema": "node_modules/oxlint/configuration_schema.json",
"ignorePatterns": [
"**/*.config.js",
"**/*.config.cjs",
"**/.eslintrc.cjs",
"**/.next",
"**/dist",
"**/build",
"**/pnpm-lock.yaml"
]
}