How to disable ESLint react/prop-types rule in a file?

后端 未结 5 827
无人及你
无人及你 2020-12-13 11:37

I\'m using React and ESLint with eslint-plugin-react.

I want to disable the prop-types rule in one f

5条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-13 12:32

    Just put this on top of your file:

    /* eslint react/prop-types: 0 */
    

提交回复
热议问题