Commit fa7af2e6 by Pablo Molina

Añadidas reglas para ignorar a .eslintrc

Estas reglas sólo son relevantes cuando se está usando la sintaxis de ECMAScript de 2015 o posterior, de momento nuestro código no está preparado.
parent eb424d45
Showing with 15 additions and 0 deletions
{
"rules": {
"comma-dangle": 0,
"func-names": 0,
"jsx-a11y/valid-aria-role": 0,
"jsx-a11y/img-uses-alt": 0,
"jsx-a11y/redundant-alt": 0,
"no-param-reassign": 0,
"no-var": 0,
"object-shorthand": 0,
"prefer-arrow-callback": 0,
"prefer-template": 0,
"strict": 0
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment