Skip to content

Commit

Permalink
Other: improve TS and JS staged linting
Browse files Browse the repository at this point in the history
  • Loading branch information
forabi committed Mar 27, 2019
1 parent 03473e2 commit b47b8e1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .lintstagedrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"**/*.md": ["prettier --write", "git add"],
"**/*.scss": ["prettier --write", "stylelint", "git add"],
"**/*.{j,t}s{x,}": ["prettier --write", "git add"],
"**/*.json": ["prettier --write", "git add"],
"**/*.js{x,}": ["eslint"]
"**/*.{j,t}s{x,}": ["prettier --write", "eslint", "git add"],
"**/*.json": ["prettier --write", "git add"]
}

0 comments on commit b47b8e1

Please sign in to comment.