chore(config): 🔧 Disattivate alcune regole ESLint "sbagliate"

This commit is contained in:
Maicol Battistini 2021-08-02 13:17:50 +02:00
parent 098ecc1c20
commit c7bcf17409
No known key found for this signature in database
GPG Key ID: 4FDB0F87CDB1D34A
1 changed files with 3 additions and 1 deletions

View File

@ -34,6 +34,8 @@
"comma-dangle": [
"error",
"only-multiline"
]
],
"class-methods-use-this": "off",
"flowtype/no-types-missing-file-annotation": "off"
}
}