-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsettings.json
18 lines (18 loc) · 948 Bytes
/
settings.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"eslint.workingDirectories": [
"./NestJS/Curso-NestJS-Fundamentos/00-Introduccion/INICIO",
"./NestJS/Curso-NestJS-Fundamentos/00-Introduccion/FINAL",
"./NestJS/Curso-NestJS-Fundamentos/01-Instalaciones/INICIO",
"./NestJS/Curso-NestJS-Fundamentos/01-Instalaciones/FINAL",
"./NestJS/Curso-NestJS-Fundamentos/02-Controllers-I/INICIO",
"./NestJS/Curso-NestJS-Fundamentos/02-Controllers-I/FINAL",
"./NestJS/Curso-NestJS-Fundamentos/03-Controllers-II/INICIO",
"./NestJS/Curso-NestJS-Fundamentos/03-Controllers-II/FINAL",
"./NestJS/Curso-NestJS-Fundamentos/04-Controllers-III/INICIO",
"./NestJS/Curso-NestJS-Fundamentos/04-Controllers-III/FINAL",
"./NestJS/Curso-NestJS-Fundamentos/05-Controllers-IV/INICIO",
"./NestJS/Curso-NestJS-Fundamentos/05-Controllers-IV/FINAL",
"./NestJS/Curso-NestJS-Fundamentos/06-Controllers-V/INICIO",
"./NestJS/Curso-NestJS-Fundamentos/06-Controllers-V/FINAL"
]
}