We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm trying to apply the cenralized proptypes pattern https://medium.freecodecamp.org/react-pattern-centralized-proptypes-f981ff672f3b but ESLint validation doesn't work with proptypes exported or saved in a variable as shown on screenshot below
Could you help me to fix this?
Deps: "eslint-plugin-react": "^7.12.4" "eslint": "^5.16.0" "babel-eslint": "^10.0.1"
The text was updated successfully, but these errors were encountered:
cc @alexzherdev
Sorry, something went wrong.
Hi! Do you have any news?
5bab611
Successfully merging a pull request may close this issue.
I'm trying to apply the cenralized proptypes pattern
https://medium.freecodecamp.org/react-pattern-centralized-proptypes-f981ff672f3b
but ESLint validation doesn't work with proptypes exported or saved in a variable as shown on screenshot below
Could you help me to fix this?
Deps:
"eslint-plugin-react": "^7.12.4"
"eslint": "^5.16.0"
"babel-eslint": "^10.0.1"
The text was updated successfully, but these errors were encountered: