We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
React is a key technology at littleBits so we should start linting it with eslint-plugin-react.
eslint-plugin-react
The text was updated successfully, but these errors were encountered:
Lint rules that we should apply initially:
react/display-name: - 1 - acceptTranspilerName: true react/jsx-uses-react: - 1 react/wrap-multilines: - 1 react/sort-comp: # See default settings at blob/master/docs/rules/sort-comp.md - 1 react/react-in-jsx-scope: - 1 react/prop-types: - 1 react/no-direct-mutation-state: - 2 react/no-did-update-set-state: - 1 - allow-in-func react/no-deprecated: - 1 react/jsx-uses-vars: - 2
Some rules we may want to consider in the future:
Sorry, something went wrong.
2f07373
jasonkuhrt
No branches or pull requests
React is a key technology at littleBits so we should start linting it with
eslint-plugin-react
.The text was updated successfully, but these errors were encountered: