scratch-www/test/.eslintrc.js

7 lines
90 B
JavaScript
Raw Normal View History

2019-07-17 15:27:13 -04:00
module.exports = {
extends: ['scratch/react'],
2019-07-17 15:27:13 -04:00
env: {
jest: true
}
};