-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
Rule Request: implement eslint-plugin-react
rules
#9
Comments
Will be added to the pending list. |
@Rel1cx Let's just track them right here then. I will start porting those rules when I get time. |
|
And |
|
Since many rules has been changed, we track the migration status in #85. |
no-children-in-vold-dom-elements
: feat: addno-children-in-void-dom-elements
#12jsx/no-unknown-property
: https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/no-unknown-property.mdjsx/enforce-component-name-pascal-case
: https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/jsx-pascal-case.mdnaming-convention/filename-extension
: https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/jsx-filename-extension.mdrequire-render-return
: https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/require-render-return.mdensure-class-component-method-order
: https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/sort-comp.mdensure-style-prop-object
: https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/style-prop-object.mdno-access-state-in-setstate
: https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/no-access-state-in-setstate.mdjsx/prefer-fragment-syntax
: https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/jsx-fragments.mdjsx/enforce-jsx-key
: https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/jsx-key.mdno-string-refs
jsx/no-useless-fragment
: feat: add no-useless-fragment #64no-unused-class-component-methods
: https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/no-unused-class-component-methods.mdno-missing-iframe-sandbox-attribute
: https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/iframe-missing-sandbox.mdno-object-type-as-default-prop
: https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/no-object-type-as-default-prop.mdrequire-button-has-type-attribute
: https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/button-has-type.mdno-namespace
: feat: add no-namespace #13rules
exportsjsx/no-script-url
: Custom Component and prop supportThe text was updated successfully, but these errors were encountered: