mirror of
https://github.com/deepseek-ai/deepseek-harness
synced 2026-08-15 21:04:50 +00:00
23 lines
473 B
JSON
23 lines
473 B
JSON
{
|
|
"$schema": "./node_modules/oxlint/configuration_schema.json",
|
|
"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"
|
|
]
|
|
}
|