Fix eslint config

Este commit está contenido en:
Gautier P 2021-01-26 20:03:14 +01:00
padre 711590b809
commit fcb20d2878
Se han modificado 1 ficheros con 3 adiciones y 0 borrados

Ver fichero

@ -4,6 +4,9 @@
"env": {
"browser": true
},
"parserOptions": {
"ecmaVersion": 8
},
rules: {
'indent': ["error", 4, { 'SwitchCase': 1 }],
}