1
0
mirror of https://github.com/dani/vroom.git synced 2024-06-30 15:23:41 +02:00
vroom/signalmaster/.jshintrc

26 lines
414 B
Plaintext
Raw Normal View History

{
"asi": false,
"expr": true,
"loopfunc": true,
"curly": false,
"evil": true,
"white": true,
"undef": true,
2014-05-30 12:01:34 +02:00
"browser": true,
"predef": [
2014-05-30 12:01:34 +02:00
"app",
"$",
"FormBot",
"socket",
"confirm",
"alert",
"require",
"__dirname",
"process",
"exports",
"console",
"Buffer",
"module"
]
}