Skip to content

Commit

Permalink
fix: remove AUTHORS from lint-staged
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickocoffeyo committed May 17, 2018
1 parent 6796845 commit 21a6f46
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lint-staged.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
module.exports = {
'**/*.{js,jsx,json,css}': ['prettier --write', 'git add'],
'*.emdaer.md': ['emdaer --yes', 'git add README.md', 'git add .emdaer']
'AUTHORS': ['emdaer --yes', 'git add README.md', 'git add .emdaer']
};

0 comments on commit 21a6f46

Please sign in to comment.