remove redundant eslint rule

This commit is contained in:
Sérgio Ramos 2016-12-05 20:06:22 +00:00
parent de2014335f
commit 1d59d105ca
2 changed files with 0 additions and 2 deletions

View File

@ -96,7 +96,6 @@
"jsx-a11y/scope": 2,
"jsx-a11y/tabindex-no-positive": 2,
"generator-star-spacing": 0,
"babel/generator-star-spacing": 1,
"space-before-function-paren": [2, "never"],
"object-curly-newline": [2, {
"minProperties": 1

View File

@ -96,7 +96,6 @@
"jsx-a11y/scope": 2,
"jsx-a11y/tabindex-no-positive": 2,
"generator-star-spacing": 0,
"babel/generator-star-spacing": 1,
"space-before-function-paren": [2, "never"],
"object-curly-newline": [2, {
"minProperties": 1