2013-11-20 08:20:10 +00:00
|
|
|
{
|
|
|
|
"node": true,
|
|
|
|
"camelcase" : true,
|
|
|
|
"eqnull" : true,
|
|
|
|
"indent": 2,
|
|
|
|
"undef": true,
|
|
|
|
"quotmark": "single",
|
2014-10-16 23:14:00 +00:00
|
|
|
"maxlen": 150,
|
2013-11-20 08:20:10 +00:00
|
|
|
"trailing": true,
|
|
|
|
"newcap": true,
|
2014-10-16 23:14:00 +00:00
|
|
|
"nonew": true,
|
2014-10-16 23:35:02 +00:00
|
|
|
"laxcomma": true,
|
|
|
|
"laxbreak": true
|
2013-11-20 08:20:10 +00:00
|
|
|
}
|