Skip to content

Latest commit

 

History

History
92 lines (60 loc) · 1.41 KB

README.md

File metadata and controls

92 lines (60 loc) · 1.41 KB

🌟 VS Code - Setting Files 🌟



❓ What's it? ❓

Explanation about the Settings Files on Visual Studio Code to work with NodeJS in back-end!!



⚙️ .editorconfig ⚙️

Default settings when the team works on different IDE's
The file doesn't have a name, it's just the extension.


⚙️ eslintrc.js ⚙️

Auto fix in code formatation


⚙️ .prettierrc ⚙️

Auto fix in code formatation
The file doesn't have a name, it's just the extension.


⚙️ .sequelizerc ⚙️

Manipulation in databases.
The file doesn't have a name, it's just the extension.


⚙️ nodemon.json ⚙️

Configuration to nodemon works together with sucrase library


⚙️ package.json ⚙️

All dev and production dependencies!
Executes yarn on terminal to install all of them!!


⚙️ yarn.lock ⚙️

Yarn settings


📫 Reach Me 📫

Email: csfelix08@gmail.com

Linkedin: linkedin.com/in/csfelix/

Instagram: instagram.com/c0deplus/


Portfolio: CSFelix.io

Kaggle: DSFelix