You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The eslint-plugin-jsdoc library would need a tool to get the types defined in the exports property. resolve-import could work, but it would need to be able to remove the default condition.
Proposal
You can support negative conditions. If you want to undo a default condition, you can use the ! prefix.
Description
The eslint-plugin-jsdoc library would need a tool to get the
types
defined in theexports
property. resolve-import could work, but it would need to be able to remove thedefault
condition.Proposal
You can support negative conditions. If you want to undo a default condition, you can use the
!
prefix.Related links
imports-as-dependencies
: package withexports
instead oftypes
gajus/eslint-plugin-jsdoc#1114default
from conditions lukeed/resolve.exports#30The text was updated successfully, but these errors were encountered: