Fix lint rules for src/renderer/

This commit is contained in:
Christopher Willis-Ford 2018-09-27 12:51:53 -07:00
parent 4a8bac49dd
commit 97db496efc

View file

@ -1,7 +1,8 @@
module.exports = { module.exports = {
root: true, root: true,
env: { env: {
browser: true browser: true,
node: true
}, },
extends: ['scratch', 'scratch/react'] extends: ['scratch', 'scratch/es6', 'scratch/react']
}; };