Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
"pragma" parameter from "jsx-uses-react" and "react" parameter from "no-deprecated" must be removed because they were deprecated in eslint-plugin-react since version 5.* and removed in 6.0.0-rc.0. Also it is already specified in the shared section (settings.react.pragma) as it should be, so nothing to fix there. "allow-in-func" parameter must be removed from "no-did-mount-set-state" and "no-did-update-set-state" because they became the default bahavior and were removed in 6.0.0-rc.0. "wrap-multilnes" was depracated and "jsx-wrap-multilines" must be used instead.
- Loading branch information