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/named
1 parent 0ad2684 commit 30e013cCopy full SHA for 30e013c
.eslintrc.yaml
@@ -234,6 +234,12 @@ rules:
234
# Imports; plugin `import`.
235
#
236
237
+ # Issue with Flow enums:
238
+ # https://github.com/import-js/eslint-plugin-import/issues/2073
239
+ # Turn off; seems like this rule's purpose is covered by Flow; discussion:
240
+ # https://chat.zulip.org/#narrow/stream/243-mobile-team/topic/Flow.20enums/near/1406529
241
+ import/named: off # https://github.com/import-js/eslint-plugin-import/blob/v2.26.0/docs/rules/named.md
242
+
243
import/prefer-default-export: off
244
245
# Compare these two rules with the override below.
0 commit comments