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

Sass lint #1413

Merged
merged 4 commits into from
Apr 1, 2022
Merged

Sass lint #1413

merged 4 commits into from
Apr 1, 2022

Commits on Apr 1, 2022

  1. Replaces sass-lint with stylelint

    * Introduces standard scss rules from stylelint with only a few
      modifications.
    * `yarn lint` now runs `yarn lint:style` instead of `yarn lint:sass`.
    * Many of the files were updated with `yarn lint:style --fix`, but some
      of them had to be manually updated with overrides to adhere to the
      newly-introduced rules from the stylelint configuration.
    * Includes a couple fixes such as fixing the class selector for
      `osdnSuggestionItem--value .osdSuggestionItem__text`.
    
    Resolves opensearch-project#551
    Resolves opensearch-project#1139
    Resolves opensearch-project#1151
    Resolves opensearch-project#1152
    Resolves opensearch-project#1154
    
    Signed-off-by: Tommy Markley <markleyt@amazon.com>
    Tommy Markley authored and ashwin-pc committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    7b8348d View commit details
    Browse the repository at this point in the history
  2. fix(Style): Fixes flex style

    Signed-off-by: Ashwin Pc <ashwinpc@amazon.com>
    ashwin-pc committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    539d129 View commit details
    Browse the repository at this point in the history
  3. fix(lint): Fixes empty comment lint issue

    Signed-off-by: Ashwin Pc <ashwinpc@amazon.com>
    ashwin-pc committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    397fd48 View commit details
    Browse the repository at this point in the history
  4. chore: rebase and updates yarn.lock

    Signed-off-by: Ashwin Pc <ashwinpc@amazon.com>
    ashwin-pc committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    dd5869f View commit details
    Browse the repository at this point in the history