mirror of
https://github.com/langgenius/dify.git
synced 2026-07-21 18:58:35 +08:00
20 lines
299 B
JSON
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"
|
|
}
|
|
}
|