aboutsummaryrefslogtreecommitdiffstats
path: root/packages/db/.oxlintrc.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/db/.oxlintrc.json')
-rw-r--r--packages/db/.oxlintrc.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/packages/db/.oxlintrc.json b/packages/db/.oxlintrc.json
new file mode 100644
index 00000000..44a3dcef
--- /dev/null
+++ b/packages/db/.oxlintrc.json
@@ -0,0 +1,22 @@
+{
+ "$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"
+ ]
+}