bitbadger.solutions-theme/test/unit/.eslintrc

10 lines
95 B
Plaintext
Raw Normal View History

2017-07-27 03:09:53 +00:00
{
"env": {
"mocha": true
},
"globals": {
"expect": true,
"sinon": true
}
}