Skip to content

Commit

Permalink
Make linter strict
Browse files Browse the repository at this point in the history
  • Loading branch information
Tlacenka committed May 16, 2024
1 parent cde5845 commit 4647143
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 @@ -5,7 +5,7 @@
"build": "tsc",
"start": "node ./dist/index.js",
"test": "jest",
"lint": "eslint src/**/*",
"lint": "eslint src/**/* --max-warnings=0",
"format": "prettier . --check"
},
"devDependencies": {
Expand Down

0 comments on commit 4647143

Please sign in to comment.