From a051aace376492a48c10615106dda222a7136300 Mon Sep 17 00:00:00 2001 From: 1024x2 Date: Thu, 1 Nov 2018 21:16:16 +0000 Subject: new fancy webpack stuff --- .eslintrc.js | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to '.eslintrc.js') diff --git a/.eslintrc.js b/.eslintrc.js index 05f6b6e..28ad4a9 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,7 +1,8 @@ module.exports = { "env": { "browser": true, - "es6": true + "es6": true, + "node": true }, "extends": "eslint:recommended", "rules": { @@ -14,7 +15,8 @@ module.exports = { "no-console": 0 }, "parserOptions": { - "ecmaVersion": 2017 + "ecmaVersion": 9, + "sourceType": "module" }, "globals": { "$log": function(){}, @@ -22,6 +24,7 @@ module.exports = { "_apps": {} }, "$window": function(){}, - "$alert": function(){} + "$alert": function(){}, + "pkg93": {} } }; -- cgit v1.2.3