Skip to content

Commit

Permalink
build: added prettier and husky (#35)
Browse files Browse the repository at this point in the history
* build: added prettier and husky

* chore: removed standard-version
  • Loading branch information
CptSchnitz authored Dec 24, 2024
1 parent dfc01ab commit fb7eb95
Show file tree
Hide file tree
Showing 6 changed files with 217 additions and 3,228 deletions.
1 change: 1 addition & 0 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
npx --no -- commitlint --edit $1
1 change: 1 addition & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pretty-quick --staged
5 changes: 5 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
dist
CHANGELOG.md
package-lock.json
README.md
coverage
1 change: 1 addition & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"@map-colonies/prettier-config"
Loading

0 comments on commit fb7eb95

Please sign in to comment.