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

Disable react-specific linting rules (pure JSX) #13

Closed
wants to merge 2 commits into from
Closed

Disable react-specific linting rules (pure JSX) #13

wants to merge 2 commits into from

Commits on Jan 6, 2016

  1. Disable react-specific JSX restrictions

    - Allow unknown properties
    - Disable props validation (prop-types)
    Matej Kieres committed Jan 6, 2016
    Configuration menu
    Copy the full SHA
    81c7398 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2016

  1. Disable react-specific linting rules

    - Do not prevent React to be incorrectly marked as unused
    - Do not prevent usage of setState in componentDidUpdate
    Matej Kieres committed Jan 21, 2016
    Configuration menu
    Copy the full SHA
    5034cc8 View commit details
    Browse the repository at this point in the history