https://github.com/csfelix/vs-code-setting-files
🌱 Explanation about the Settings Files on Visual Studio Code to work with NodeJS in back-end!! 🌱
https://github.com/csfelix/vs-code-setting-files
editorconfig eslint nodemon prettier sequelize sucrase yarn
Last synced: 2 months ago
JSON representation
🌱 Explanation about the Settings Files on Visual Studio Code to work with NodeJS in back-end!! 🌱
- Host: GitHub
- URL: https://github.com/csfelix/vs-code-setting-files
- Owner: CSFelix
- Created: 2022-09-08T19:16:25.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-29T00:43:39.000Z (about 3 years ago)
- Last Synced: 2025-04-28T12:52:45.129Z (5 months ago)
- Topics: editorconfig, eslint, nodemon, prettier, sequelize, sucrase, yarn
- Language: JavaScript
- Homepage:
- Size: 763 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
🌟 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](mailto:csfelix08@gmail.com?)**
> **Linkedin:** **[linkedin.com/in/csfelix/](https://www.linkedin.com/in/csfelix/)**
> **Instagram:** **[instagram.com/c0deplus/](https://www.instagram.com/c0deplus/)**
----
> **Portfolio:** **[CSFelix.io](https://csfelix.github.io/)**
> **Kaggle:** **[DSFelix](https://www.kaggle.com/dsfelix)**