mirror of
https://github.com/lovell/sharp.git
synced 2025-07-18 06:20:14 +02:00
Requires libvips cache to be disabled for tests Skip tiff/magick tests when format unavailable
14 lines
198 B
Plaintext
14 lines
198 B
Plaintext
{
|
|
"strict": true,
|
|
"node": true,
|
|
"maxparams": 4,
|
|
"maxcomplexity": 13,
|
|
"globals": {
|
|
"before": true,
|
|
"beforeEach": true,
|
|
"after": true,
|
|
"describe": true,
|
|
"it": true
|
|
}
|
|
}
|