From cfac821955062f80b28eaae6bb915ccebe3c8212 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zdravko=20=C4=86uri=C4=87?= Date: Thu, 10 Oct 2019 16:34:39 +0200 Subject: [PATCH] Update eslint and gitignore --- .eslintrc.js | 3 ++- .gitignore | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 04c59b3..0f28fca 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -18,6 +18,7 @@ module.exports = { rules: { 'arrow-parens': 'off', 'generator-star-spacing': 'off', - 'no-debugger': isProduction ? 'error' : 'off' + 'no-debugger': isProduction ? 'error' : 'off', + 'no-prototype-builtins': 'off' } } diff --git a/.gitignore b/.gitignore index a0dddc6..42d744f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ .DS_Store node_modules +coverage /dist # local env files