Skip to content
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 178 commits into from
Dec 6, 2018
Merged

merge master into feature #1

merged 178 commits into from
Dec 6, 2018

Conversation

evosch
Copy link
Owner

@evosch evosch commented Dec 6, 2018

No description provided.

alexzherdev and others added 30 commits June 13, 2018 23:09
…g-state-assignment

[Fix] Allow LHS in destructuring-assignment
…tic-proptypes

Fix static propTypes handling in no-typos
…-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.
alexzherdev and others added 29 commits September 26, 2018 20:15
`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
…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
@evosch evosch merged commit cdf58ed into style-prop-object-option-allow Dec 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.