14 lines
162 B
Plaintext
14 lines
162 B
Plaintext
{
|
|
"env": {
|
|
"mocha": true,
|
|
"es6": true
|
|
},
|
|
"globals": {
|
|
"expect": true,
|
|
"sinon": true
|
|
},
|
|
"parserOptions": {
|
|
"ecmaVersion": 2017
|
|
}
|
|
}
|