From 25fa1a68547c3770603e6e9d105a03a425a68a71 Mon Sep 17 00:00:00 2001 From: Patrik Illy Date: Wed, 6 Jun 2018 13:43:48 +0200 Subject: [PATCH] Remove duplicate rule from ESLint config --- packages/static-scripts/templates/hugo/.eslintrc.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/packages/static-scripts/templates/hugo/.eslintrc.yml b/packages/static-scripts/templates/hugo/.eslintrc.yml index bbeeb8c..178c18e 100644 --- a/packages/static-scripts/templates/hugo/.eslintrc.yml +++ b/packages/static-scripts/templates/hugo/.eslintrc.yml @@ -68,13 +68,10 @@ rules: no-undef: 2 no-unused-vars: [2, {"args": "none"}] - # Browser compatibility - compat/compat: error - # Global scoped method and vars globals: __dirname: true require: true process: true ENV: true - module: true \ No newline at end of file + module: true