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.
35 lines
532 B
35 lines
532 B
{
|
|
"bitwise":false,
|
|
"boss":true,
|
|
"expr":true,
|
|
"camelcase":false,
|
|
"curly":false,
|
|
"eqeqeq":true,
|
|
"freeze":true,
|
|
"immed":true,
|
|
"indent":2,
|
|
"latedef":"nofunc",
|
|
"laxbreak":true,
|
|
"laxcomma":true,
|
|
"newcap":true,
|
|
"noarg":true,
|
|
"node":true,
|
|
"strict": true,
|
|
"trailing":true,
|
|
"undef":true,
|
|
"esnext":true,
|
|
"unused":"vars",
|
|
"nonbsp": true,
|
|
"maxdepth": 8,
|
|
"globals": {
|
|
"Promise": true
|
|
},
|
|
"predef": [
|
|
"describe",
|
|
"it",
|
|
"before",
|
|
"beforeEach",
|
|
"after",
|
|
"afterEach"
|
|
]
|
|
}
|
|
|