mlpcardgame/tests/unit/.eslintrc.js

5 lines
48 B
JavaScript
Raw Normal View History

2019-09-05 07:34:18 +00:00
module.exports = {
env: {
jest: true
}
}