johnny-five
Version:
The JavaScript Robotics and Hardware Programming Framework. Use with: Arduino (all models), Electric Imp, Beagle Bone, Intel Galileo & Edison, Linino One, Pinoccio, Raspberry Pi, Spark Core, TI Launchpad and more!
27 lines (26 loc) • 427 B
Plain Text
{
"curly": true,
"eqeqeq": true,
"immed": true,
"latedef": false,
"newcap": false,
"noarg": true,
"sub": true,
"undef": true,
"boss": true,
"eqnull": true,
"node": true,
"strict": false,
"esnext": true,
"quotmark": "double",
"unused": true,
"globals": {
"exports": true,
"document": true,
"$": true,
"Radar": true,
"WeakMap": true,
"window": true,
"copy": true
}
}