mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 18:43:34 -05:00
6 lines
132 B
JSON
6 lines
132 B
JSON
{
|
|
"threshold": 0,
|
|
"reporters": ["consoleFull"],
|
|
"ignore": ["**/__snapshots__/**", "**/node_modules/**"],
|
|
"absolute": true
|
|
}
|