Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

styles(ui): scss and ts linting errors fixed #2890

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

gpazuch
Copy link
Contributor

@gpazuch gpazuch commented Dec 19, 2023

  • update package.json lint, lint:styles and lint:styles:fix targets
  • manually fix scss files (stylelint not autofixing some errors)
  • update .stylelintrc.json defaultSeverity to 'warning'
  • fix ./src/**.ts files with lint:fix
  • manually fix shadowed var names

* manually fix scss style errors
* update package.json targets `lint:styles` and `lint:styles:fix`
* update .stylelintrc.json to defaultSeverity 'warning'
* fix package.json target `lint` to use tslint instead of ng lint
* fix source files with `lint:fix`
Copy link
Contributor

@lpegoraro lpegoraro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants