scratch-www/.eslintrc.js

4 lines
63 B
JavaScript
Raw Normal View History

2018-01-19 14:06:26 -05:00
module.exports = {
extends: ['scratch', 'scratch/node']
};