gamebrary/test/unit/.eslintrc

10 lines
107 B
Text
Raw Normal View History

2018-10-19 05:15:28 +00:00
{
"env": {
"mocha": true
},
"globals": {
"expect": true,
"sinon": true
}
}