1.0.0 • Published 3 years ago

daniel-back-end-config v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

My back-end config

To install all dependences:

npm install

or

yarn install

.prettierrc file

{
  "trailingComma": "none",
  "tabWidth": 2,
  "semi": true,
  "singleQuote": true
}

.eslintrc.json file

{
  "trailingComma": "none",
  "tabWidth": 2,
  "semi": true,
  "singleQuote": true
}

Dependencies

{
  "devDependencies": {
    "@types/express": "^4.17.13",
    "@types/mongoose": "^5.11.97",
    "@types/node": "^16.7.10",
    "@typescript-eslint/eslint-plugin": "^4.30.0",
    "@typescript-eslint/parser": "^4.30.0",
    "eslint": "^7.32.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-prettier": "^4.0.0",
    "eslint-plugin-simple-import-sort": "^7.0.0",
    "prettier": "^2.3.2",
    "ts-node-dev": "^1.1.8",
    "typescript": "^4.4.2"
  },
  "dependencies": {
    "express": "^4.17.1",
    "mongoose": "^6.0.4",
    "prisma": "^2.30.3"
  }
}
1.0.0

3 years ago