I\'m using React and ESLint with eslint-plugin-react.
React
ESLint
eslint-plugin-react
I want to disable the prop-types rule in one f
disable
prop-types
Just put this on top of your file:
/* eslint react/prop-types: 0 */