refactor: make lint workflows Oxlint-only
This commit is contained in:
+16
-1
@@ -3,5 +3,20 @@
|
||||
"extends": ["./.oxlintrc.json"],
|
||||
"options": {
|
||||
"typeAware": false
|
||||
}
|
||||
},
|
||||
"ignorePatterns": [
|
||||
"**/lib/**",
|
||||
"**/node_modules/**",
|
||||
"**/.sessions/**",
|
||||
".claude/**",
|
||||
"**/.doc-typecheck-*/**",
|
||||
"**/.node-next-types-*/**",
|
||||
"website/.generated/**",
|
||||
"vendor/**",
|
||||
"native/**",
|
||||
"**/*.js",
|
||||
"**/*.mjs",
|
||||
"**/*.config.ts",
|
||||
"packages/client/tsdown.client.ts"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user