Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
@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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.