Skip to content

Commit

Permalink
chore: Update dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
taehwanno committed Sep 21, 2020
1 parent b4bedf9 commit 196ff32
Show file tree
Hide file tree
Showing 3 changed files with 14,054 additions and 17,102 deletions.
4 changes: 1 addition & 3 deletions lint-staged.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
module.exports = {
linters: {
'*.js': ['prettier-eslint --write', 'git add', 'jest --findRelatedTests'],
},
"*.js": ["prettier-eslint --write", "jest --findRelatedTests"],
};
Loading

0 comments on commit 196ff32

Please sign in to comment.