21 lines
318 B
Text
21 lines
318 B
Text
|
{
|
||
|
"indent": 4,
|
||
|
"node": true,
|
||
|
"globalstrict": true,
|
||
|
"evil": true,
|
||
|
"unused": true,
|
||
|
"undef": true,
|
||
|
"newcap": true,
|
||
|
"esnext": true,
|
||
|
"curly": true,
|
||
|
"eqeqeq": true,
|
||
|
"expr": true,
|
||
|
|
||
|
"predef": [
|
||
|
"describe",
|
||
|
"it",
|
||
|
"beforeEach",
|
||
|
"afterEach"
|
||
|
]
|
||
|
}
|