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

Enhance `wc/no-closed-shadow-root` with fix

Open stramel opened this issue 3 years ago • 0 comments

It should be relatively easy to produce a fix for wc/no-closed-shadow-root rule on error.

Taking .attachShadow({ mode: 'closed' }) to .attachShadow({ mode: 'open' })

stramel avatar May 17 '21 23:05 stramel