style: format with prettier

This commit is contained in:
Carlos
2024-08-13 20:05:53 -04:00
parent 7422ddf34b
commit 0e72a35ba7
13 changed files with 2058 additions and 98 deletions

View File

@@ -26,7 +26,10 @@
"author": "Carlos Gutierrez <cargdev@gmail.com>",
"scripts": {
"start": "node index.js",
"test": "jest"
"test": "jest",
"lint:prettier": "node check-format.js",
"prettier": "prettier --write . --config .prettierrc",
"prettier:commit": "node prettier-commit.js"
},
"dependencies": {
"chalk": "^4.1.0",
@@ -45,7 +48,11 @@
"babel-loader": "^8.2.2",
"css-loader": "^5.1.1",
"dotenv-webpack": "^7.0.2",
"eslint": "^9.9.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"jest": "^29.7.0",
"prettier": "^3.3.3",
"sass-loader": "^11.0.1",
"style-loader": "^2.0.0",
"ts-node": "^10.9.2",