Skip to content

Commit

Permalink
Merge pull request #107 from kbss-cvut/configure-prettier
Browse files Browse the repository at this point in the history
[New #106] Add Prettier + pre-commit
  • Loading branch information
blcham authored Mar 2, 2024
2 parents 18b4948 + c2dc679 commit fa117be
Show file tree
Hide file tree
Showing 5 changed files with 696 additions and 6 deletions.
1 change: 1 addition & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
npx lint-staged
4 changes: 4 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
package.json
package-lock.json
dist
README.md
3 changes: 3 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"printWidth": 120
}
Loading

0 comments on commit fa117be

Please sign in to comment.