import/no-unused-modules with unusedExports: true
flag destructured array exports as undefined
#1683
Labels
unusedExports: true
flag destructured array exports as undefined
#1683
Given the following code:
import/no-unused-modules
with theunusedExports: true
option will report:This is true whether or not
foobar
is being imported anywhere else.The text was updated successfully, but these errors were encountered: