@seedrs/eslint-config-seedrs-react
v1.1.0
Published
Seedrs eslint config for React
Downloads
21
Readme
Seedrs React eslint config
This is the Seedrs React eslint configuration. This configuration should be used in all React projects and can be extended if needed.
It borrows heavily from eslint-plugin-react React style guide but with some differences.
Rules
The documentation for the following list of applied rules can be found in the yannickcr/eslint-plugin-react rep
- react/jsx-key
- react/jsx-no-comment-textnodes
- react/jsx-no-duplicate-props
- react/jsx-no-target-blank
- react/jsx-no-undef
- react/jsx-uses-react
- react/jsx-uses-vars
- react/no-children-prop
- react/no-danger-with-children
- react/no-deprecated
- react/no-direct-mutation-state
- react/no-find-dom-node
- react/no-is-mounted
- react/no-render-return-value
- react/no-string-refs
- react/no-unescaped-entities
- react/no-unknown-property
- react/prop-types
- react/react-in-jsx-scope
- react/require-render-return