scratch-desktop/.eslintrc.js
2018-10-19 15:19:41 -07:00

7 lines
131 B
JavaScript

module.exports = {
root: true,
env: {
node: true
},
extends: ['scratch', 'scratch/es6', 'scratch/node']
};