work-hub-server/.fallowrc.json

16 lines
481 B
JSON

{
"$schema": "https://raw.githubusercontent.com/fallow-rs/fallow/main/schema.json",
"entry": ["src/index.{js,jsx,mjs}", "src/main.{js,jsx,mjs}"],
"workspaces": {
"packages": ["apps/*", "packages/*"]
},
"duplicates": {
"minOccurrences": 3,
"minLines": 5,
"mode": "semantic",
"ignore": ["**/lib/**", "**/legacy/**", "**/__generated__/**", "**/generated/**"]
},
"rules": {},
"ignoreDependencies": ["@nestjs/schematics", "eslint-plugin-prettier"]
}