Skip to content

Commit

Permalink
style(lint-staged): remove trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
ttshivers committed Aug 30, 2020
1 parent 20d174d commit 2257ef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .lintstagedrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"*.{js,jsx}": [
"npm run lint -- --fix",
"npm run lint -- --fix"
]
}

0 comments on commit 2257ef2

Please sign in to comment.