Skip to content

Commit

Permalink
Merge pull request #519 from bemusic/lint-staged-jsx
Browse files Browse the repository at this point in the history
🔧 allow `.jsx` files to be lint-staged
  • Loading branch information
dtinth committed Dec 9, 2018
2 parents dd5499c + d309238 commit 2dad7f6
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 @@ -204,7 +204,7 @@
}
},
"lint-staged": {
"*.{js,json,css,md}": [
"*.{js,jsx,ts,tsx,json,scss,css,yml}": [
"prettier --write",
"git add"
]
Expand Down

0 comments on commit 2dad7f6

Please sign in to comment.