
Product
Announcing Socket Fix 2.0
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
@bumped-inc/eslint-config
Advanced tools
Shared eslint-config for Bumped
Add the appropriate devDependencies:
yarn add eslint prettier @bumped-inc/eslint-config --dev
Because Accessibility is often hard to add after-the-fact to projects, it is currently opt-in, allowing the developer to have more control over the specific rules. This may change in the future if we settle on appropriate standards.
New projects should attempt to follow the full accessibility rules if possible.
For full list of rules, see eslint-plugin-jsx-a11y or eslint-plugin-react-native-a11y.
In package.json
:
"eslintConfig": {
"extends": [
"@bumped-inc/eslint-config/react",
"plugin:jsx-a11y/recommended"
],
"plugins": [
"jsx-a11y"
]
}
You could alternatively specify "plugin:jsx-a11y/strict"
or custom rules as
you see fit.
The eslint-plugin-jsx-a11y
is included as a dependency of this project.
In package.json
:
"eslintConfig": {
"extends": [
"@bumped-inc/eslint-config/react",
"plugin:react-native-a11y/recommended"
],
"plugins": [
"react-native-a11y"
]
}
The eslint-plugin-react-native-a11y
is not included as a dependency of this
project and would need to be installed separately.
FAQs
Shared eslint-config for Bumped
The npm package @bumped-inc/eslint-config receives a total of 0 weekly downloads. As such, @bumped-inc/eslint-config popularity was classified as not popular.
We found that @bumped-inc/eslint-config demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 7 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.
Product
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
Security News
Socket CEO Feross Aboukhadijeh joins Risky Business Weekly to unpack recent npm phishing attacks, their limited impact, and the risks if attackers get smarter.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.