parent
48045b98ff
commit
6a679b5644
@ -0,0 +1,11 @@ |
||||
{ |
||||
"curly" : true, |
||||
"eqeqeq" : true, |
||||
"indent" : 2, |
||||
"latedef" : true, |
||||
"newcap" : true, |
||||
"quotmark": "single", |
||||
"strict" : true, |
||||
"undef" : true, |
||||
"node" : true |
||||
} |
||||
@ -0,0 +1,12 @@ |
||||
{ |
||||
"mocha" : true, |
||||
"curly" : true, |
||||
"eqeqeq" : true, |
||||
"indent" : 2, |
||||
"latedef" : true, |
||||
"newcap" : true, |
||||
"quotmark": "single", |
||||
"strict" : true, |
||||
"undef" : true, |
||||
"node" : true |
||||
} |
||||
Loading…
Reference in new issue