Skip to content

Commit

Permalink
MNT Fix scss lint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Jun 10, 2024
1 parent 385e0d9 commit 931b663
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .stylelintignore

This file was deleted.

2 changes: 1 addition & 1 deletion client/src/components/TOTP/Register.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$totp-img-size: 200px;
$scan-qr-height: 160px;
$scan-qr-manual-border-color: #cccccc;
$scan-qr-manual-border-color: #ccc;
$color-status-bad: rgba(169, 30, 46, 1); // $color-message-error from mfa module
$viewport-small: 480px;
$viewport-medium: 768px;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"test": "jest",
"coverage": "jest --passWithNoTests --coverage",
"lock": "npm-shrinkwrap --dev",
"lint": "eslint client/src && yarn lint-sass",
"lint": "yarn lint-js && yarn lint-sass",
"lint-js": "eslint client/src",
"lint-js-fix": "eslint client/src --fix",
"lint-sass": "stylelint client/src"
Expand Down

0 comments on commit 931b663

Please sign in to comment.