Skip to content

Commit

Permalink
chore: fix lint-staged glob
Browse files Browse the repository at this point in the history
  • Loading branch information
miralemd committed Jul 2, 2020
1 parent 2ef51a1 commit dd343e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
}
},
"lint-staged": {
"*.{js, jsx}": [
"*.{js,jsx}": [
"eslint"
]
},
Expand Down

0 comments on commit dd343e2

Please sign in to comment.