34 lines
498 B
Plaintext
34 lines
498 B
Plaintext
{
|
|
"curly": true,
|
|
"eqeqeq": true,
|
|
"immed": true,
|
|
"latedef": true,
|
|
"newcap": true,
|
|
"noarg": true,
|
|
"sub": true,
|
|
"undef": true,
|
|
"unused": true,
|
|
"boss": true,
|
|
"eqnull": true,
|
|
"node": true,
|
|
|
|
"predef": [
|
|
"Adaptor",
|
|
"Cylon",
|
|
"CylonConfig",
|
|
"Driver",
|
|
"DigitalPin",
|
|
"Logger",
|
|
"BasicLogger",
|
|
"NullLogger",
|
|
"Loopback",
|
|
"Ping",
|
|
"Robot",
|
|
"TestDriver",
|
|
"sinon",
|
|
"subclass",
|
|
"proxyTestStubs",
|
|
"proxyFunctionsToObject"
|
|
]
|
|
}
|