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

Commits on Dec 19, 2023

  1. style(ui): Fix stylelint errors

    * manually fix scss style errors
    * update package.json targets `lint:styles` and `lint:styles:fix`
    * update .stylelintrc.json to defaultSeverity 'warning'
    gpazuch committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    5295c41 View commit details
    Browse the repository at this point in the history
  2. style(ui): fix .ts linting errors

    * fix package.json target `lint` to use tslint instead of ng lint
    * fix source files with `lint:fix`
    gpazuch committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    9b253d0 View commit details
    Browse the repository at this point in the history