mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-06 09:15:49 -05:00
11 lines
126 B
JSON
11 lines
126 B
JSON
|
{
|
||
|
"threshold": 0,
|
||
|
"reporters": [
|
||
|
"consoleFull"
|
||
|
],
|
||
|
"ignore": [
|
||
|
"**/__snapshots__/**"
|
||
|
],
|
||
|
"absolute": true
|
||
|
}
|