forked from jsx-eslint/eslint-plugin-react
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
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
merge master into feature #1
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…g-state-assignment [Fix] Allow LHS in destructuring-assignment
…tic-proptypes Fix static propTypes handling in no-typos
Added `no-unsafe` rule
…-unsafe-will-update Account for UNSAFE_ method in no-will-update-set-state
Fix broken links in changelog
…ype-pragma Account for pragma in button-has-type
…he class node When the `no-deprecated` rule finds a deprecated lifecycle method, it reports the whole class declaration as the AST node for the error. Doesn't look good in editor and hides all other ESLint errors inside the class. This patch changes the reported AST node to the method name identifier. The errors are much better targeted at the infringing code and look much better when shown in editor UI. Added also test coverage to check for the reported AST node type.
`display-name` docs: mention default `ignoreTranspilerName` value
…ant-requires Remove redundant require('babel-eslint') from tests
…his-in-sfc Fix `no-this-in-sfc` for class properties
…ter-names Don't depend on state parameter name in no-unused-state
…p-types-detection Extract required propTypes detection
[New] `jsx-no-literals`: print node value in warning message
add more escape examples
…n-detect [New] Support "detect" option for React version setting
Use `loc` version of `end`, to handle parsers that don't fill `name.end`.
jsx-wrap-multilines now catches single missing newlines
Small mistake in the docs of jsx-sort-props
Apply allowInPropTypes option to class property
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.