Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yonathanguez/eslint-prettier-config


https://github.com/yonathanguez/eslint-prettier-config

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# ESLint-Prettier-Config

# install Yarn :

## Setting :
```
yarn

```

## Setting VS code : Ctrl + Shift +X
add ESLint

## check if the code working:

### 1) Past this code in code.js
```
function hello(name) {
var name = test ;
}

var table =

["kiffe", " test "];
let number = 22;

```
### 2) Run check if we have some erro
```
yarn lint

```
### 3) Correction code:
```
yarn fix

```