From 832395ffa71a2c7461eb6d3a4f2a9fad6ffb9279 Mon Sep 17 00:00:00 2001 From: REJack Date: Thu, 25 Nov 2021 00:11:22 +0100 Subject: [PATCH] chore(eslint): disable unicorn/prefer-export-from --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.json b/.eslintrc.json index 7573b0f45..95abec3be 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -65,6 +65,7 @@ "unicorn/prefer-dom-node-append": "off", "unicorn/prefer-dom-node-dataset": "off", "unicorn/prefer-dom-node-remove": "off", + "unicorn/prefer-export-from": "off", "unicorn/prefer-includes": "off", "unicorn/prefer-number-properties": "off", "unicorn/prefer-optional-catch-binding": "off",