Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Tech debt] Update various linter ignore files (#5045)
* [stylelint] Ignore non-scss files * [eslint] Ignore non src/src-docs files that contain JS files - the folders added in this commit already contain multiple eslint violations and likely shouldn't report problems in VSCode if we're not checking for them in CI * [eslint] Remove unused .snap.js ignore - we currently don't have any files with this format - they all end in .snap which eslint doesn't parse in any case * [eslint][opinionated] Specify js icon assets being ignored - these appear to only be located in src/components/icons, and I thought it would be more helpful to specifically list that folder to potentially make cleaning it up easier in the future, and also to avoid skipping linting on other asset files that might want it * [eslint] Remove singleton file being ignored - in favor of just fixing the lint complaints within the file
- Loading branch information