mirror of
https://github.com/karakeep-app/karakeep.git
synced 2025-12-12 20:35:52 +01:00
* chore: migrate away from eslint to oxlint * revert turbo task name lint * it seems like we can remove the seemingly default globals
13 lines
232 B
JSON
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"
|
|
]
|
|
}
|