Skip to content
Advertisement

Tag: eslintrc

Getting warning in ‘eslint-plugin-react-settings’ while running eslint

Getting the: warning: React version specified in eslint-plugin-react-settings must be a valid semver version, or “detect”; got “latest”’ while running eslint. What is the reason behind this and how to resolve it? Screenshot of the issue Answer There will be an Object defined in your .eslintrc file as settings. And this error is saying that the version of react defined

Advertisement