Skip to content

Commit

Permalink
chore: use lint-staged@9 syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
weyusi committed Jul 10, 2019
1 parent cf4fdf2 commit 848a0e7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .lintstagedrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
{
"linters": {
"*.js": [
"git-exec-and-restage eslint --fix --"
]
}
"*.js": "git-exec-and-restage eslint --fix --"
}

0 comments on commit 848a0e7

Please sign in to comment.