Skip to content

Commit

Permalink
Fix lint-staged scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
viktor-yakubiv committed Dec 2, 2019
1 parent a81372f commit c7b81fc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .lintstagedrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"*.{js,jsx}": ["yarn format", "git add"],
"*.{json,scss,css}": ["prettier --write", "git add"]
"*.{js,jsx}": ["yarn lint:js --fix", "git add"],
"*.json": ["prettier --write", "git add"],
"*.css": ["yarn lint:css --fix", "git add"]
}

0 comments on commit c7b81fc

Please sign in to comment.