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.
30 lines
601 B
30 lines
601 B
4 years ago
|
{
|
||
|
"node": true,
|
||
|
"esnext": true,
|
||
|
"bitwise": true,
|
||
|
"curly": true,
|
||
|
"eqeqeq": true,
|
||
|
"eqnull": true,
|
||
|
"immed": true,
|
||
|
"latedef": "nofunc",
|
||
|
"newcap": false,
|
||
|
"noarg": true,
|
||
|
"undef": true,
|
||
|
"strict": false,
|
||
|
"trailing": true,
|
||
|
"smarttabs": true,
|
||
|
"indent": 2,
|
||
|
"white": false,
|
||
|
"quotmark": "single",
|
||
|
"laxbreak": true,
|
||
|
"globals" : {
|
||
|
/* MOCHA */
|
||
|
"describe" : false,
|
||
|
"it" : false,
|
||
|
"before" : false,
|
||
|
"beforeEach" : false,
|
||
|
"after" : false,
|
||
|
"afterEach" : false
|
||
|
}
|
||
|
}
|