Skip to content

Commit

Permalink
feat: update linter rules
Browse files Browse the repository at this point in the history
- Update linter-staged rules to auto-fix the code
  • Loading branch information
lcsmuller committed May 24, 2023
1 parent f0fe39c commit acef2f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"repository": "https://github.com/profusion/validated-env-schema",
"lint-staged": {
"*.{ts, js}": [
"eslint",
"prettier --write",
"eslint --fix",
"jest --bail --findRelatedTests"
]
},
Expand Down

0 comments on commit acef2f8

Please sign in to comment.