Skip to content

Commit

Permalink
build(yalc): 💚 fix match sorter bug
Browse files Browse the repository at this point in the history
  • Loading branch information
navin-moorthy committed Feb 11, 2022
1 parent 8b162e8 commit 4fa74a0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,4 @@ yarn.lock
## library folder
dist
CHANGELOG.md
.yalc/
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@
]
},
"lint-staged": {
"**/*.{js,jsx,tx,tsx}": [
"yarn lint:fix"
],
"**/*.{html,css,js,jsx,ts,tsx,md,json}": [
"yarn format"
]
Expand Down
1 change: 1 addition & 0 deletions pages/docs/components/feedback/show-more.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import {
ComponentLinks,
InteractiveCodeblock,
Codeblock,
PropsTable,
} from "@/components/index";

# ShowMore
Expand Down

0 comments on commit 4fa74a0

Please sign in to comment.