eslint: Switch src/ env from shared to node

This commit is contained in:
Christopher Willis-Ford 2018-10-12 23:03:16 -07:00
parent 606f28ae43
commit 751406722d

View file

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