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 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.
- Adds stylelint override to better lint module files that have a
different class format.
- Add ignoreFiles for the tools/bundle/dist, as stylelint should not
be running on the dist folders during this step; it seems to be
disregarding the .stylelintignore file.
0 commit comments