From b92690392eb491433f27acca305e5e0c2f00acd3 Mon Sep 17 00:00:00 2001 From: Futago-za Ryuu Date: Wed, 5 Sep 2018 08:53:32 +0100 Subject: [PATCH] Extend the main .eslintrc.js --- lib/.eslintrc.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/lib/.eslintrc.js b/lib/.eslintrc.js index aa90466..52908c5 100644 --- a/lib/.eslintrc.js +++ b/lib/.eslintrc.js @@ -2,16 +2,8 @@ module.exports = { - "extends": "futagozaryuu/es2015", - "env": { - - "commonjs": true, - - }, - "root": true, "rules": { - "prefer-rest-params": 0, "prefer-spread": 0, "strict": 0,