Skip to content

Commit

Permalink
bug fix (#1526)
Browse files Browse the repository at this point in the history
* fixed the lint errors

* fixed error and stopped lint from throwing warnings on TODO comments
  • Loading branch information
varCepheid authored Feb 15, 2023
1 parent b8a9791 commit eb52fa7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,8 @@
}
]
}
]
],
"no-warning-comments": "off"
}
},
"jest": {
Expand Down
2 changes: 1 addition & 1 deletion src/components/text-input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const innerClass = css`
outline: none;
}
&${clsx('.', hasFocusedClass)}:invalid {
&.${hasFocusedClass}:invalid {
border-bottom-color: red;
box-shadow: none;
}
Expand Down

0 comments on commit eb52fa7

Please sign in to comment.