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
fix: reduce excess stylelint warnings from bundle module (#3655)
* fix: reduce excess stylelint warnings from bundle module file
Fixes large number of stylelint warnings appearing after yarn start.
These were the result of stylelint running on the
tools/bundle/dist/index.module.css file.
- Add stylelint override to better lint module files that have a
different class format.
- Mirror stylelintignore within ignorefiles setting to bandaid
issues with stylelintignore not being used for linting that
happens after yarn start.
- Fix a stylelint config entry for theme-alignment to remove
negation and make sure it applies to both legacy files.
0 commit comments