Skip to content
This repository has been archived by the owner on Aug 4, 2021. It is now read-only.

Commit

Permalink
Setup prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarist committed Sep 17, 2018
1 parent 22f1b81 commit 6bb0e49
Show file tree
Hide file tree
Showing 5 changed files with 1,939 additions and 32 deletions.
3 changes: 3 additions & 0 deletions .lintstagedrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"*.{js,md}": ["prettier --write", "git add"]
}
6 changes: 6 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"printWidth": 120,
"singleQuote": true,
"trailingComma": "all",
"useTabs": true
}

0 comments on commit 6bb0e49

Please sign in to comment.