An open API service indexing awesome lists of open source software.

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!! 🌱

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)**