chore(package): Add new package scripts for linting and formatting

- lint
- lint-fix
- format
- format-check
This commit is contained in:
Mert Şişmanoğlu
2024-12-20 23:49:54 +03:00
parent f9874d33fc
commit a8a36dac1b

View File

@@ -6,7 +6,11 @@
"type": "module",
"scripts": {
"test": "c8 mocha",
"dev": "nodemon index.js"
"dev": "nodemon index.js",
"lint": "eslint .",
"lint-fix": "eslint --fix .",
"format": "prettier --write .",
"format-check": "prettier --check ."
},
"keywords": [],
"author": "",