eslint-plugin-node icon indicating copy to clipboard operation
eslint-plugin-node copied to clipboard

`no-unpublished-*` doesn't work for `TSImportEqualsDeclaration`s

Open manuth opened this issue 3 years ago • 0 comments

Both no-unpublished-require and no-unpublished-import don't hit for TSImportEqualsDeclarations.

TSImportEqualsDeclarations are used for importing module.exports = ...-modules: https://astexplorer.net/#/gist/183ce7147939bf8ce2fe99dee613df2e/e12c8eef59ec8a973aef7975d9f8b57dc44ac4da

manuth avatar Jun 21 '21 23:06 manuth