Description
Right now, users are unable to use these very valuable rules because they currently don't function across language boundaries:
noUnusedVariables
noUnusedImports
useImportType
useConst
All of these rules rely on the semantic model to feed them the correct info. However, its currently confined to just javascript, and is unable to inspect the contents of the parent HTML-ish language to continue building the semantic model.
Description
Right now, users are unable to use these very valuable rules because they currently don't function across language boundaries:
noUnusedVariablesnoUnusedImportsuseImportTypeuseConstAll of these rules rely on the semantic model to feed them the correct info. However, its currently confined to just javascript, and is unable to inspect the contents of the parent HTML-ish language to continue building the semantic model.