Skip to content

Commit

Permalink
Fix prettier + githook (#503)
Browse files Browse the repository at this point in the history
* Fix prettier + githook

* remove rust format from lintstagedrc
  • Loading branch information
mattiekat authored May 27, 2022
1 parent 7caaa4e commit c894973
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .lintstagedrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
"*.js": "prettier --write",
"*.ts": "prettier --write",
"*.md": "prettier --write",
"*.sol": "prettier --write",
"*.rs": "prettier --write"
"*.sol": "prettier --write"
}
10 changes: 10 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
*.rs
*.toml
*.sh
*.env

*.lock

*.Dockerfile
Dockerfile

0 comments on commit c894973

Please sign in to comment.