Skip to content

Commit

Permalink
chore(deps): update husky and lint-staged (#2124)
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroppy authored and evilebottnawi committed Jul 17, 2019
1 parent a8a7ff8 commit 0fb70c0
Show file tree
Hide file tree
Showing 3 changed files with 178 additions and 206 deletions.
7 changes: 2 additions & 5 deletions lint-staged.config.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
'use strict';

module.exports = {
ignore: ['package-lock.json', 'CHANGELOG.md'],
linters: {
'*.js': ['prettier --write', 'eslint --fix', 'git add'],
'*.{json,md,yml,css}': ['prettier --write', 'git add'],
},
'*.js': ['prettier --write', 'eslint --fix', 'git add'],
'*.{json,md,yml,css}': ['prettier --write', 'git add'],
};
Loading

0 comments on commit 0fb70c0

Please sign in to comment.