eslint-plugin-lwc
eslint-plugin-lwc copied to clipboard
Support `imports.meta.env` for SSR
trafficstars
SSR lint rules skips blocks that have the following form:
if(typeof document !== 'undefined') {
}
We should change this to whatever we decide when we adopt imports.meta.env.