Skip to content

Commit f9fccb9

Browse files
committed
Change package.json
1 parent d5717bd commit f9fccb9

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

package-lock.json

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@
2121
"typescript": "^5.4.3"
2222
},
2323
"scripts": {
24-
"lint": "eslint ."
24+
"lint": "eslint .",
25+
"lint:fix": "eslint --fix ."
26+
},
27+
"engines": {
28+
"node": ">=18.0.0"
2529
}
2630
}

0 commit comments

Comments
 (0)