Skip to content

Commit

Permalink
Add noEmit
Browse files Browse the repository at this point in the history
  • Loading branch information
rcantin-w committed Oct 3, 2024
1 parent f562949 commit 96bcffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"scripts": {
"prepare": "husky install",
"lint": "eslint \"**/*.{js,ts}\""
"lint": "eslint \"**/*.{js,ts}\" --noEmit"
},
"devDependencies": {
"@babel/eslint-parser": "^7.22.9",
Expand Down

0 comments on commit 96bcffa

Please sign in to comment.