16fb2bb919
Signed-off-by: Nico Schottelius <nico@nico-notebook.schottelius.org>
18 lines
303 B
Text
18 lines
303 B
Text
{
|
|
"dependencies": {
|
|
"mute": [
|
|
"jsdoc-to-markdown"
|
|
]
|
|
},
|
|
"critics": {
|
|
"lint": { "engine": "none" }
|
|
},
|
|
"ignore": [
|
|
"**/docs/**",
|
|
"packages/scripts/**",
|
|
"packages/test-utils/**"
|
|
],
|
|
"test": [
|
|
"**/tests/**"
|
|
]
|
|
}
|