scratch-paint/.eslintrc.js

4 lines
78 B
JavaScript
Raw Normal View History

2017-07-13 14:03:48 -04:00
module.exports = {
2017-07-17 14:20:32 -04:00
extends: ['scratch', 'scratch/es6', 'scratch/node']
2017-07-13 14:03:48 -04:00
};