2014-09-21 23:21:43 +04:00
|
|
|
{
|
|
|
|
"bitwise": true,
|
2014-09-22 01:12:21 +04:00
|
|
|
"camelcase": true,
|
|
|
|
"curly": true,
|
|
|
|
"es3": true,
|
2014-09-22 00:00:03 +04:00
|
|
|
"eqnull": true,
|
2014-09-22 01:12:21 +04:00
|
|
|
"freeze": true,
|
2014-09-21 23:44:30 +04:00
|
|
|
"globals": {
|
|
|
|
"define": true
|
|
|
|
},
|
2014-09-21 23:21:43 +04:00
|
|
|
"indent": 2,
|
2014-09-21 23:44:30 +04:00
|
|
|
"maxlen": 80,
|
2014-09-22 01:12:21 +04:00
|
|
|
"noarg": true,
|
|
|
|
"nonew": true,
|
2014-09-21 23:21:43 +04:00
|
|
|
"quotmark": "single"
|
|
|
|
}
|