You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
398 B
18 lines
398 B
{
|
|
"bitwise": true,
|
|
"camelcase": true,
|
|
"eqeqeq": true,
|
|
"globals": { "describe" : false, "it": false, "beforeEach": false },
|
|
"globalstrict": false,
|
|
"indent": 4,
|
|
"latedef": true,
|
|
"laxbreak": true,
|
|
"maxparams": 3,
|
|
"multistr": true,
|
|
"newcap": true,
|
|
"node": true,
|
|
"quotmark": "double",
|
|
"trailing": true,
|
|
"undef": true,
|
|
"unused": "strict"
|
|
}
|