Files
deepseek-harness/.oxlintrc.staged.json
T

23 lines
473 B
JSON
Raw Normal View History

2026-08-08 15:03:14 +08:00
{
"$schema": "./node_modules/oxlint/configuration_schema.json",
"extends": ["./.oxlintrc.json"],
"options": {
"typeAware": false
2026-08-09 14:55:06 +08:00
},
"ignorePatterns": [
"**/lib/**",
"**/node_modules/**",
"**/.sessions/**",
".claude/**",
"**/.doc-typecheck-*/**",
"**/.node-next-types-*/**",
"website/.generated/**",
"vendor/**",
"native/**",
"**/*.js",
"**/*.mjs",
"**/*.config.ts",
"packages/client/tsdown.client.ts"
]
2026-08-08 15:03:14 +08:00
}