From 125c5cf9cc7b04853fddec1eb7e2b38bc8181d06 Mon Sep 17 00:00:00 2001 From: Pedro Nauck Date: Sat, 6 Jul 2019 14:19:03 -0300 Subject: [PATCH] fix: no-undef eslint rule --- other-packages/eslint-config-docz-js/index.js | 1 - other-packages/eslint-config-docz-ts/index.js | 1 - 2 files changed, 2 deletions(-) diff --git a/other-packages/eslint-config-docz-js/index.js b/other-packages/eslint-config-docz-js/index.js index 497483e77..0755566bd 100644 --- a/other-packages/eslint-config-docz-js/index.js +++ b/other-packages/eslint-config-docz-js/index.js @@ -14,7 +14,6 @@ module.exports = { 'comma-dangle': ['error', 'always-multiline'], 'no-mixed-operators': 'error', 'no-console': 'off', - 'no-undef': 'off', 'react/prop-types': 'off', }, parserOptions: { diff --git a/other-packages/eslint-config-docz-ts/index.js b/other-packages/eslint-config-docz-ts/index.js index aa24eb924..682da6546 100644 --- a/other-packages/eslint-config-docz-ts/index.js +++ b/other-packages/eslint-config-docz-ts/index.js @@ -10,7 +10,6 @@ module.exports = { 'comma-dangle': ['error', 'always-multiline'], 'no-mixed-operators': 'error', 'no-console': 'off', - 'no-undef': 'off', 'react/prop-types': 'off', '@typescript-eslint/no-unused-vars': [ 'error',