Skip to content

Commit

Permalink
style(Git): add pre-commit linting hooks
Browse files Browse the repository at this point in the history
Add library Husky like in discord.js.
  • Loading branch information
RuzikNF committed Dec 1, 2020
1 parent cc9672d commit efdcdb0
Show file tree
Hide file tree
Showing 3 changed files with 2,906 additions and 924 deletions.
4 changes: 3 additions & 1 deletion .prettierrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"singleQuote": true,
"trailingComma": "all",
"printWidth": 100
"endOfLine": "lf",
"printWidth": 100,
"arrowParens": "avoid"
}
Loading

0 comments on commit efdcdb0

Please sign in to comment.