diff options
Diffstat (limited to '.oxlintrc.json')
| -rw-r--r-- | .oxlintrc.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.oxlintrc.json b/.oxlintrc.json new file mode 100644 index 00000000..b13a4c50 --- /dev/null +++ b/.oxlintrc.json @@ -0,0 +1,12 @@ +{ + "$schema": "node_modules/oxlint/configuration_schema.json", + "ignorePatterns": [ + "**/*.config.js", + "**/*.config.cjs", + "**/.eslintrc.cjs", + "**/.next", + "**/dist", + "**/build", + "**/pnpm-lock.yaml" + ] +} |
