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

Commit

Permalink
Update dependencies and prettier configuration
Browse files Browse the repository at this point in the history
- Update react-scripts to get rid of vulnerability warnings
- Update to latest husky version
- Change precommit hook config (husky now has its own config section)
- Remove unrecognised "semicolons" config option in .prettierrc.js
  • Loading branch information
tekul committed May 17, 2019
1 parent 965f624 commit 532ca9f
Show file tree
Hide file tree
Showing 3 changed files with 4,138 additions and 7,494 deletions.
1 change: 0 additions & 1 deletion .prettierrc.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module.exports = {
printWidth: 100,
tabWidth: 2,
semicolons: true,
singleQuote: false,
trailingComma: "none",
bracketSpacing: true,
Expand Down
Loading

0 comments on commit 532ca9f

Please sign in to comment.