
Security News
Meet Socket at Black Hat Europe and BSides London 2025
Socket is heading to London! Stop by our booth or schedule a meeting to see what we've been working on.
@kiwicom/eslint-plugin-orbit-components
Advanced tools
Collection of ESLint rules to enforce the best usage practices of @kiwicom/orbit-components
[!WARNING] This package is deprecated and will no longer be maintained.
Collection of ESLint rules to enforce the best usage practices of @kiwicom/orbit-components.
Assuming you already have ESLint installed, run:
# npm
npm install @kiwicom/eslint-plugin-orbit-components --save-dev
# yarn
yarn add @kiwicom/eslint-plugin-orbit-components --dev
Then add it to your ESLint configuration:
{
"plugins": [
// ...
"@kiwicom/eslint-plugin-orbit-components"
],
"rules": {
// ...
"@kiwicom/orbit-components/button-has-title": "error",
"@kiwicom/orbit-components/unnecessary-text": "error",
}
}
or via extending our recommended config:
{
"extends": [
"plugin:orbit-components/recommended",
]
}
Button and ButtonLink do have either children or title property.Button or Heading are not wrapped in Text component.theme.rtl to apply RTL styles like right/left position, margins, and paddings. This rule should prevent such cases and enforce the usage of our RTL utility functions.id HTML attribute. It often happens, that some elements can have the same ids. To prevent it in our codebase, it's better to use randomID utility function.MIT
FAQs
Collection of ESLint rules to enforce the best usage practices of @kiwicom/orbit-components
The npm package @kiwicom/eslint-plugin-orbit-components receives a total of 1 weekly downloads. As such, @kiwicom/eslint-plugin-orbit-components popularity was classified as not popular.
We found that @kiwicom/eslint-plugin-orbit-components demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?

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.

Security News
Socket is heading to London! Stop by our booth or schedule a meeting to see what we've been working on.

Security News
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.