We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
Rule:
'import/order':['warn',{named:true,},],
minimal repro case:
consttest={a:1,browser:2,};module.exports={ ...test,target:'node',};