scratch-desktop/.eslintrc.js
Christopher Willis-Ford 13391df515 Use eslint-config-scratch
2018-09-27 14:28:23 -07:00

7 lines
116 B
JavaScript

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