adjust lint to ignore children props

This commit is contained in:
Michael C
2022-04-01 00:26:27 -04:00
parent 057c7792df
commit 964a277331

View File

@@ -24,6 +24,7 @@ module.exports = {
// TODO: Remove warn rules when not needed anymore
"no-self-assign": "off",
"@typescript-eslint/no-empty-interface": "off",
"react/prop-types": [2, { ignore: ['children'] }]
},
settings: {
react: {