You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
{
|
|
"predef": [
|
|
"describe",
|
|
"it",
|
|
"before",
|
|
"after",
|
|
"window",
|
|
"__resources__"
|
|
],
|
|
"es5": true,
|
|
"node": true,
|
|
"eqeqeq": true,
|
|
"undef": true,
|
|
"curly": true,
|
|
"bitwise": true,
|
|
"immed": false,
|
|
"newcap": true,
|
|
"nonew": true
|
|
}
|