Skip to content

CSFelix/vs-code-setting-files

Repository files navigation

🌟 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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published