Socket
Socket
Sign inDemoInstall

@arnaud-barre/eslint-plugin

Package Overview
Dependencies
Maintainers
0
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arnaud-barre/eslint-plugin

Additional rules for @arnaud-barre/eslint-config


Version published
Maintainers
0
Created
Source

eslint-plugin npm

Rules to replace eslint-plugin-react

  • context-display-name: Enforce displayName for React contexts
  • jsx-boolean-value: Enforce boolean shorthand
  • jsx-curly-brace-presence: Catch unnecessary curly braces
  • jsx-fragments: Enforce shorthand for fragments
  • jsx-key: Validate JSX has key prop when in array or iterator
  • jsx-no-comment-text-nodes: Catch comments as text nodes
  • jsx-no-useless-fragment: Catch useless fragments
  • jsx-self-closing: Enforce self-closing tags
  • no-danger-with-children: Catch passing both children & dangerouslySetInnerHTML
  • void-dom-elements-no-children: Catch passing children to void elements

Rules to replace eslint-plugin-import

  • imports: Ensure imports are at the top the module, non duplicated and that relative imports use extension and resolve to actual files on disks
  • no-default-export: Forbid default export

Rules to replace eslint-plugin-jsx-a11y

  • aria:
    • Validates alt text is present and non-redundant (alt-text, img-redundant-alt)
    • Validates aria-* & role props are valid, non-redundant and used on non-reserved dom elements (aria-props, aria-role, aria-unsupported-elements, no-redundant-roles)
    • Validates iframe has title
    • Forbids accessKey prop (no-access-key)
  • autocomplete-valid: Validates value for autocomplete

Additional rules

  • jsx-no-lonely-template-string: Enforce {`Hello ${name}`} -> Hello {name} in JSX
  • jsx-no-number-truthiness: Disallow list.length && ... in JSX
  • no-unused-property-signature: Check for unused option in functions using object parameters types
  • no-useless-template-string: Enforce `Hello` -> "Hello"
  • one-line-if: Enforce if (condition) ... on one line when possible

FAQs

Package last updated on 23 Sep 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc