chore(config): 🔧 Disattivate alcune regole ESLint "sbagliate"
This commit is contained in:
parent
098ecc1c20
commit
c7bcf17409
|
@ -34,6 +34,8 @@
|
|||
"comma-dangle": [
|
||||
"error",
|
||||
"only-multiline"
|
||||
]
|
||||
],
|
||||
"class-methods-use-this": "off",
|
||||
"flowtype/no-types-missing-file-annotation": "off"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue