(feat): add fallow
This commit is contained in:
parent
ed2fd09def
commit
5f92e5e696
4 changed files with 36 additions and 2 deletions
12
.fallowrc.json
Normal file
12
.fallowrc.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"$schema": "https://raw.githubusercontent.com/fallow-rs/fallow/main/schema.json",
|
||||
"entry": ["src/index.{ts,tsx,js,jsx}", "src/main.{ts,tsx,js,jsx}"],
|
||||
"workspaces": {
|
||||
"packages": ["packages/*", "apps/*"]
|
||||
},
|
||||
"duplicates": {
|
||||
"minOccurrences": 3,
|
||||
"ignore": ["**/scripts/**", "**.test.ts", "licenses/**"]
|
||||
},
|
||||
"rules": {}
|
||||
}
|
||||
Loading…
Reference in a new issue