mirror of
https://github.com/EthanShoeDev/fressh.git
synced 2026-01-10 05:42:50 +00:00
21 lines
331 B
JSON
21 lines
331 B
JSON
{
|
|
"pattern": "**/*",
|
|
"ignore": [
|
|
"**/.expo/**",
|
|
"**/.turbo/**",
|
|
"**/mnt/**",
|
|
"**/dist/**",
|
|
"**/node_modules/**",
|
|
"**/android/**",
|
|
"**/generated/**",
|
|
"**/rust/target/**",
|
|
"**/mobile/ios/**",
|
|
"**/eslint.config.js"
|
|
],
|
|
"threshold": 0,
|
|
"minTokens": 50,
|
|
"minLines": 33,
|
|
"maxLines": 1000,
|
|
"maxSize": "100kb"
|
|
}
|