eslint-plugin-react icon indicating copy to clipboard operation
eslint-plugin-react copied to clipboard

react/prop-types: allow ignoring by glob

Open a-x- opened this issue 6 years ago • 1 comments

example

{
  'react/prop-types': ['warn', { ignore: ["/_path$/", "className"] },
}

todo

  • [ ] add test

a-x- avatar Aug 21 '19 16:08 a-x-

@a-x- are you interested in updating this PR?

ljharb avatar Sep 20 '21 19:09 ljharb