dify/web/oxlint.unused.config.json
Stephen Zhou eb71e47f3b
chore: migrate linting to vp lint with ESLint fallback (#38834)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-07-13 06:41:53 +00:00

20 lines
299 B
JSON

{
"categories": {
"correctness": "off"
},
"ignorePatterns": [
".next/**",
"**/__tests__/**",
"**/*.spec.ts",
"**/*.spec.tsx",
"**/*.test.ts",
"**/*.test.tsx",
"coverage/**",
"public/**"
],
"plugins": [],
"rules": {
"no-unused-vars": "error"
}
}