16 lines
231 B
Plaintext
16 lines
231 B
Plaintext
{
|
|
"indent": 2,
|
|
"eqnull": true,
|
|
"laxbreak": true,
|
|
"proto": true,
|
|
"undef": true,
|
|
"node": true,
|
|
"quotmark": "single",
|
|
"globals": {
|
|
"expect": true,
|
|
"it": true,
|
|
"describe": true,
|
|
"beforeEach": true
|
|
}
|
|
}
|