scratch-www/test/.eslintrc.js

6 lines
58 B
JavaScript
Raw Normal View History

2019-07-17 15:27:13 -04:00
module.exports = {
env: {
jest: true
}
};