Skip to content

Commit

Permalink
Change package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ilmartyrk committed Dec 6, 2024
1 parent d5717bd commit f9fccb9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
"typescript": "^5.4.3"
},
"scripts": {
"lint": "eslint ."
"lint": "eslint .",
"lint:fix": "eslint --fix ."
},
"engines": {
"node": ">=18.0.0"
}
}

0 comments on commit f9fccb9

Please sign in to comment.