Skip to content

Commit

Permalink
chore: remove lint safety
Browse files Browse the repository at this point in the history
  • Loading branch information
annybs committed Jan 28, 2022
1 parent c25a7a1 commit 271e970
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 @@ -13,7 +13,7 @@
"build": "tsc",
"dev": "ts-node src/main.ts",
"dev:watch": "nodemon --watch src -e ts --exec 'npm run dev'",
"lint": "eslint --ext .ts src || true",
"lint": "eslint --ext .ts src",
"lint:fix": "eslint --fix --ext .ts src"
},
"bin": "out/src/main.js",
Expand Down

0 comments on commit 271e970

Please sign in to comment.