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