Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TSX Linting Fix - Remove tsconfig linting file from eslint config (#218)
* Add linting rule to error on raw hex codes * Add linting exceptions for .tsx files with SVG's * Add and configure style-lint for erroring on non-variable hex codes * Refactor forgotten hex codes into color variables * Add new linting to github workflow * Remove unused stylelint package, upgrade node version for workflows to work with stylelint * Better specify github workflow node versions * Fix node version typo lol * Update postcss version in package.json Co-authored-by: Zachar Hankewycz <[email protected]> * Update lock file to match package.json * Edit lint error message to be more detailed * Update lockfile * Type fix (caught because of linter, now erorrs) * Update snapshot * Fix linting for nested tsx files --------- Co-authored-by: Zachar Hankewycz <[email protected]>
- Loading branch information