Skip to content

Commit

Permalink
fix build, remove spec:true from babel config
Browse files Browse the repository at this point in the history
update lint-staged config

Signed-off-by: Christopher Hiller <[email protected]>
  • Loading branch information
boneskull committed Aug 18, 2020
1 parent 15b1db3 commit ad84c62
Show file tree
Hide file tree
Showing 3 changed files with 4,803 additions and 2,840 deletions.
7 changes: 3 additions & 4 deletions .lintstagedrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"*.js": ["eslint --fix", "git add"],
"bin/*": ["eslint --fix", "git add"],
"!(package*).json": ["prettier --write", "git add"],
"*.{yml,md,html}": ["prettier --write", "git add"]
"@(*.js|bin/*)": ["eslint --fix"],
"!(package*).json": ["prettier --write"],
"*.{yml,md,html}": ["prettier --write"]
}
Loading

0 comments on commit ad84c62

Please sign in to comment.