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 18, 2023
1 parent 11205ac commit 2829f8f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lts/hydrogen
lts/hydrogen
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
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"extends": "@tsconfig/node18/tsconfig.json",
"compilerOptions": {
"target": "ES2015",
"moduleResolution": "node",
Expand Down

0 comments on commit 2829f8f

Please sign in to comment.