mirror of
https://github.com/feathersjs/feathers.git
synced 2026-01-25 15:23:13 +00:00
22 lines
330 B
Plaintext
22 lines
330 B
Plaintext
{
|
|
"globals": {
|
|
"it": true,
|
|
"describe": true,
|
|
"before": true,
|
|
"after": true,
|
|
"exports": true
|
|
},
|
|
"curly": true,
|
|
"eqeqeq": true,
|
|
"immed": true,
|
|
"latedef": "nofunc",
|
|
"newcap": true,
|
|
"noarg": true,
|
|
"sub": true,
|
|
"undef": true,
|
|
"unused": true,
|
|
"boss": true,
|
|
"eqnull": true,
|
|
"node": true
|
|
}
|