hungergames/test/unit/.eslintrc

10 lines
95 B
Plaintext
Raw Normal View History

2017-09-29 18:12:00 +02:00
{
"env": {
"mocha": true
},
"globals": {
"expect": true,
"sinon": true
}
}