Skip to content

Commit

Permalink
fix lintstagedrc maybe
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Hiller <boneskull@boneskull.com>
  • Loading branch information
boneskull committed Sep 18, 2020
1 parent ad001b8 commit e2b5d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .lintstagedrc.json
@@ -1,5 +1,5 @@
{
"@(**/*.js|bin/*)": ["eslint --fix"],
"@(**/*.js|bin/*|*.js)": ["eslint --fix"],
"!(package*).json": ["prettier --write"],
"*.{yml,md,html}": ["prettier --write"]
}

0 comments on commit e2b5d99

Please sign in to comment.