gamebrary/test/unit/.eslintrc

10 lines
107 B
Text
Raw Normal View History

2018-10-18 22:15:28 -07:00
{
"env": {
"mocha": true
},
"globals": {
"expect": true,
"sinon": true
}
}