setup(react): disable react/prop-types eslint rule

This commit is contained in:
Pavel Prichodko 2022-03-31 15:15:46 +02:00
parent 775a0885c3
commit d75b7e595b
No known key found for this signature in database
GPG Key ID: 0EB8D75C775AB6F1
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@
"prettier"
],
"rules": {
"react/prop-types": 0,
// "@typescript-eslint/consistent-type-definitions": ["error", "interface"],
"@typescript-eslint/consistent-type-imports": "error",
// "@typescript-eslint/consistent-type-exports": "error",