mirror of
https://github.com/lovell/sharp.git
synced 2025-07-11 03:20:13 +02:00
13 lines
182 B
Plaintext
13 lines
182 B
Plaintext
{
|
|
"strict": true,
|
|
"node": true,
|
|
"maxparams": 4,
|
|
"maxcomplexity": 13,
|
|
"globals": {
|
|
"beforeEach": true,
|
|
"afterEach": true,
|
|
"describe": true,
|
|
"it": true
|
|
}
|
|
}
|