Skip to content

Commit

Permalink
Fix ESLint
Browse files Browse the repository at this point in the history
  • Loading branch information
hieudoanm committed Apr 16, 2024
1 parent 486fefd commit abe8ec2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@
2. ESLint
3. Prettier
4. Jest
5. Apollo
5. Webpack
6. Apollo
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"start": "kill-port 5000 && node ./dist/main",
"build": "webpack --mode=production",
"test": "jest",
"lint": "eslint . --ext .ts"
"lint": "eslint ./src"
},
"dependencies": {
"@apollo/server": "4.10.3",
Expand Down

0 comments on commit abe8ec2

Please sign in to comment.