akkoma-fe/test/unit/.eslintrc

10 lines
95 B
Plaintext
Raw Normal View History

2016-10-26 14:46:32 +00:00
{
"env": {
"mocha": true
},
"globals": {
"expect": true,
"sinon": true
}
}