mirror of https://github.com/dani/vroom.git
parent
b25ccd9a73
commit
b5dd2d935f
2 changed files with 25 additions and 0 deletions
@ -0,0 +1 @@ |
||||
node_modules |
@ -0,0 +1,24 @@ |
||||
{ |
||||
"asi": false, |
||||
"expr": true, |
||||
"loopfunc": true, |
||||
"curly": false, |
||||
"evil": true, |
||||
"white": true, |
||||
"undef": true, |
||||
"node": true, |
||||
"predef": [ |
||||
"$", |
||||
"FormBot", |
||||
"socket", |
||||
"confirm", |
||||
"alert", |
||||
"require", |
||||
"__dirname", |
||||
"process", |
||||
"exports", |
||||
"console", |
||||
"Buffer", |
||||
"module" |
||||
] |
||||
} |
Loading…
Reference in new issue