You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
would you be open to port the cssmodules-pure-no-check feature from postcss to lightningcss?
The feature is a limited opt-out for the cssModules: { pure: true } linting rule similar to @ts-ignore or @ts-nocheck or eslint-disable for edge cases in large projects where lightningcss is configured globally
hi @devongovett
would you be open to port the
cssmodules-pure-no-check
feature from postcss to lightningcss?The feature is a limited opt-out for the
cssModules: { pure: true }
linting rule similar to@ts-ignore
or@ts-nocheck
oreslint-disable
for edge cases in large projects where lightningcss is configured globallyFor example:
In postcss the
/** cssmodules-pure-no-check */
disables the linting rule for the entire file.If you are okay with porting the feature I would love to start working on a PR
The text was updated successfully, but these errors were encountered: