Skip to content

Commit

Permalink
Merge pull request #65 from yogeshnikam671/yogesh
Browse files Browse the repository at this point in the history
Added a script to run prettier on all files and Added a pre-commit hook to run prettier on affected files
  • Loading branch information
sandoche authored Apr 14, 2021
2 parents 50287da + 357c5ae commit 0ce2715
Show file tree
Hide file tree
Showing 8 changed files with 1,800 additions and 411 deletions.
11 changes: 11 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"endOfLine": "lf",
"singleQuote": true,
"tabWidth": 2,
"bracketSpacing": true,
"semi": true,
"printWidth": 110,
"arrowParens": "avoid",
"htmlWhitespaceSensitivity": "strict",
"trailingComma": "none"
}
Loading

0 comments on commit 0ce2715

Please sign in to comment.