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 = { module.exports = {
root: true, root: true,
env: { env: {
'shared-node-browser': true node: true
}, },
extends: ['scratch', 'scratch/es6'] extends: ['scratch', 'scratch/es6']
}; };