Skip to content

Commit

Permalink
fixing linter workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielCufino committed Oct 14, 2023
1 parent b5e1ef0 commit 7ecd0ec
Show file tree
Hide file tree
Showing 2 changed files with 232 additions and 21 deletions.
249 changes: 230 additions & 19 deletions hmns-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions hmns-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"ios": "expo start --ios",
"web": "expo start --web",
"test": "jest --watchAll",
"lint": "npx eslint ./app/*"
"lint": "npx eslint ./client/app/*"
},
"jest": {
"preset": "jest-expo"
Expand Down Expand Up @@ -40,7 +40,7 @@
"@babel/core": "^7.20.0",
"@types/jest": "^29.5.5",
"@types/react": "~18.2.14",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.3",
"eslint": "^8.50.0",
"eslint-config-standard-with-typescript": "^39.1.0",
Expand Down

0 comments on commit 7ecd0ec

Please sign in to comment.