mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 00:19:55 +03:00
Disable react/prop-types
This commit is contained in:
parent
fd04c01b7f
commit
e025d2af40
|
@ -46,6 +46,7 @@
|
|||
"@typescript-eslint/prefer-string-starts-ends-with": "off",
|
||||
"@typescript-eslint/no-duplicate-type-constituents": "off",
|
||||
"@typescript-eslint/array-type": "off",
|
||||
"@typescript-eslint/prefer-function-type": "off"
|
||||
"@typescript-eslint/prefer-function-type": "off",
|
||||
"react/prop-types": "off"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user