Skip to content

Commit

Permalink
fix: arrumando o package.json para o eslint funcionar corretamente
Browse files Browse the repository at this point in the history
  • Loading branch information
Gxaite committed Sep 2, 2024
1 parent b8573d1 commit 92cd293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": "index.js",
"scripts": {
"test": "jest --passWithNoTests",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
"lint": "eslint ."
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit 92cd293

Please sign in to comment.