gamebrary/test/unit/.eslintrc
2018-10-18 22:15:28 -07:00

9 lines
107 B
Text
Executable file

{
"env": {
"mocha": true
},
"globals": {
"expect": true,
"sinon": true
}
}