Skip to content

Commit

Permalink
chore: add prettierignore, change husky config
Browse files Browse the repository at this point in the history
  • Loading branch information
mrevanzak committed Dec 24, 2023
1 parent da641b8 commit c58c101
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

pnpm dlx --no-install commitlint --edit "$1"
pnpm dlx commitlint --edit "$1"
48 changes: 48 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
node_modules
.pnp
.pnp.js

# testing
coverage

# next.js
.next/
out/
next-env.d.ts

# expo
.expo/
dist/
apps/expo/.gitignore
ios
android

# production
build

# misc
.DS_Store
*.pem

# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*

# local env files
.env
.env*.local

# vercel
.vercel

# typescript
*.tsbuildinfo

# turbo
.turbo

0 comments on commit c58c101

Please sign in to comment.