food/test/unit/.eslintrc

10 lines
95 B
Plaintext
Raw Normal View History

2017-09-19 02:41:00 +02:00
{
"env": {
"mocha": true
},
"globals": {
"expect": true,
"sinon": true
}
}