Skip to content

Commit

Permalink
bugfix: Adicionando o lint nas dependencias do backend
Browse files Browse the repository at this point in the history
  • Loading branch information
WillxBernardo committed Aug 30, 2024
1 parent c93e301 commit d8b48d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "jest --passWithNoTests"
"test": "jest --passWithNoTests",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit d8b48d5

Please sign in to comment.