Skip to content

Commit

Permalink
Merge pull request #1004 from searchspring/badges
Browse files Browse the repository at this point in the history
feat: initial badge component
  • Loading branch information
korgon committed May 16, 2024
2 parents a54d2c6 + 0daf2d8 commit 79c499f
Show file tree
Hide file tree
Showing 81 changed files with 41,403 additions and 38,851 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module.exports = {
"@typescript-eslint/no-unused-vars": [
"error",
{
"varsIgnorePattern": "^(h|jsx)$"
"varsIgnorePattern": "^(h|jsx|_)$"
}
],
},
Expand Down
Loading

0 comments on commit 79c499f

Please sign in to comment.