summaryrefslogtreecommitdiff
path: root/tooling/eslint-config/conditionally_ignore_ee.js
diff options
context:
space:
mode:
Diffstat (limited to 'tooling/eslint-config/conditionally_ignore_ee.js')
-rw-r--r--tooling/eslint-config/conditionally_ignore_ee.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/tooling/eslint-config/conditionally_ignore_ee.js b/tooling/eslint-config/conditionally_ignore_ee.js
deleted file mode 100644
index e5e3c8013f4..00000000000
--- a/tooling/eslint-config/conditionally_ignore_ee.js
+++ /dev/null
@@ -1,5 +0,0 @@
-/* eslint-disable import/no-commonjs */
-
-const IS_EE = require('../../config/helpers/is_ee_env');
-
-module.exports = IS_EE ? {} : { ignorePatterns: ['ee/**/*.*'] };