We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
import/export
1 parent c886ce5 commit b385beeCopy full SHA for b385bee
lib/options-manager.js
@@ -318,6 +318,9 @@ const buildXOConfig = options => config => {
318
if (options.ts) {
319
config.rules['unicorn/import-style'] = 'off';
320
config.rules['node/file-extension-in-import'] = 'off';
321
+
322
+ // Disabled because of https://github.com/benmosher/eslint-plugin-import/issues/1590
323
+ config.rules['import/export'] = 'off';
324
}
325
326
if (options.rules) {
0 commit comments