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

Support `imports.meta.env` for SSR

Open abdulsattar opened this issue 2 years ago • 0 comments
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.

abdulsattar avatar Feb 20 '23 15:02 abdulsattar