eslint-plugin-react
eslint-plugin-react copied to clipboard
react/prop-types: allow ignoring by glob
example
{
'react/prop-types': ['warn', { ignore: ["/_path$/", "className"] },
}
todo
- [ ] add test
@a-x- are you interested in updating this PR?