Skip to content

Commit

Permalink
chore: update lint-staged config (#2524)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgeorge007 committed Apr 20, 2020
1 parent 89ffb86 commit 984536c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lint-staged.config.js
@@ -1,6 +1,6 @@
'use strict';

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

0 comments on commit 984536c

Please sign in to comment.