Skip to content

Commit

Permalink
fix(package): add missing ext option
Browse files Browse the repository at this point in the history
  • Loading branch information
kiki-le-singe committed Oct 31, 2016
1 parent b44a514 commit 73a8395
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 @@ -131,7 +131,7 @@
"start:client:server": "better-npm-run start:client:server",
"test": "better-npm-run test",
"test:dev": "npm run test -- --watch",
"lint": "eslint src tests"
"lint": "eslint src tests --ext .jsx,.js"
},
"betterScripts": {
"start": {
Expand Down

0 comments on commit 73a8395

Please sign in to comment.