Skip to content

Commit

Permalink
Lint staged fix (#1231)
Browse files Browse the repository at this point in the history
* Testing2

* remove white space to match files in lint-stage

* Remove excessive text on homepage
  • Loading branch information
kamebkj committed Jun 9, 2021
1 parent c15d2e7 commit 6d21921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -151,7 +151,7 @@
"yarn run eslint --fix",
"prettier --write"
],
"docs/**/*.{ts, tsx, js, jsx}": [
"docs/**/*.{ts,tsx,js,jsx}": [
"yarn --cwd ./docs run lint"
],
"*.{json,md}": [
Expand Down

0 comments on commit 6d21921

Please sign in to comment.