chore(eslint): disable unicorn/prefer-export-from

This commit is contained in:
REJack 2021-11-25 00:11:22 +01:00
parent 2f3508688e
commit 832395ffa7
1 changed files with 1 additions and 0 deletions

View File

@ -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",