diff --git a/src/.eslintrc.js b/src/.eslintrc.js index f1fffab..15523ec 100644 --- a/src/.eslintrc.js +++ b/src/.eslintrc.js @@ -1,7 +1,7 @@ module.exports = { root: true, env: { - 'shared-node-browser': true + node: true }, extends: ['scratch', 'scratch/es6'] };