Skip to content

Commit

Permalink
added github pipeline for linting
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderWangY committed Apr 14, 2024
1 parent 9b8b855 commit 8fe710d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
"web": "expo start --web",
"lint": "eslint . --ext .ts,.tsx",
"lint:fix": "eslint . --ext .ts,.tsx --fix"
},
"dependencies": {
"@expo/webpack-config": "^19.0.0",
Expand Down

0 comments on commit 8fe710d

Please sign in to comment.