mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-04-28 03:20:11 +00:00
18 lines
320 B
JSON
18 lines
320 B
JSON
{
|
|
"threshold": 3,
|
|
"reporters": ["console"],
|
|
"ignore": [
|
|
"node_modules/**",
|
|
"dist/**",
|
|
"public/**",
|
|
"**/*.test.ts",
|
|
"**/*.test.tsx",
|
|
"**/__tests__/**"
|
|
],
|
|
"absolute": false,
|
|
"gitignore": true,
|
|
"format": ["typescript", "tsx"],
|
|
"minLines": 25,
|
|
"minTokens": 50,
|
|
"path": ["src/"]
|
|
}
|