Commit d0f6aea1 by Pablo Molina

Copiadas reglas eslint de webapp al servidor sails

Se han añadido las reglas para que funcionen en el servidor igualmente
parent 9813ce4a
Showing with 14 additions and 1 deletions
{
"extends": "airbnb"
"extends": "airbnb",
"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