Skip to content

Commit

Permalink
chore: lint .tsx files
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloashmore committed Jan 14, 2022
1 parent 23f04fb commit ad91234
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 @@ -35,7 +35,7 @@
"build": "siroc build",
"dev": "siroc build --watch",
"format": "prettier --write .",
"lint": "eslint --ext .js,.ts .",
"lint": "eslint --ext .js,.jsx,.ts,.tsx .",
"prepare": "npm run build",
"release": "npm run build && npm run test && standard-version && git push --follow-tags && npm run build && npm publish",
"release:beta": "npm run build && npm run test && standard-version --release-as major --prerelease beta && git push --follow-tags && npm run build && npm publish --tag beta",
Expand Down

0 comments on commit ad91234

Please sign in to comment.