mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2026-01-05 08:09:06 +03:00
adjust lint to ignore children props
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user