eslint-plugin-lwc
eslint-plugin-lwc copied to clipboard
Try to identify custom elements that don't import `LightningElement` directly in SSR rules
trafficstars
SSR rules check whether a class is a component by checking if it inherits LightningElement. However, that class could be inheriting another class which in turn inherits LightningElement. We should try to identify those classes and log SSR errors in those cases as well.