13 lines
182 B
JSON
13 lines
182 B
JSON
{
|
|
"threshold": 10,
|
|
"minLines": 10,
|
|
"minTokens": 50,
|
|
"ignore": [
|
|
"**/target/**",
|
|
"**/node_modules/**",
|
|
"**/dist/**",
|
|
"**/*.svg",
|
|
"**/flamegraphs/**"
|
|
]
|
|
}
|