Skip to content

Commit

Permalink
Skip children prop
Browse files Browse the repository at this point in the history
  • Loading branch information
niik committed Feb 1, 2022
1 parent 6564a7d commit 02a8032
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,9 @@ rules:
react/jsx-uses-react: error
react/no-unused-state: error
react/no-unused-prop-types: error
react/prop-types: error
react/prop-types:
- error
- ignore: ['children']

# JSDoc
jsdoc/check-alignment: error
Expand Down

0 comments on commit 02a8032

Please sign in to comment.