mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2024-12-26 14:59:14 +01:00
disable check react/require-default-props
This commit is contained in:
parent
4971a3b214
commit
068f01aa3c
@ -2,6 +2,9 @@ engines:
|
|||||||
eslint:
|
eslint:
|
||||||
enabled: true
|
enabled: true
|
||||||
channel: "eslint-3"
|
channel: "eslint-3"
|
||||||
|
checks:
|
||||||
|
react/require-default-props:
|
||||||
|
enabled: false
|
||||||
config:
|
config:
|
||||||
ignore_warnings: true
|
ignore_warnings: true
|
||||||
config: .eslintrc
|
config: .eslintrc
|
||||||
|
Loading…
Reference in New Issue
Block a user