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.
eslint-config-gobold
Advanced tools
From the ESLint team: ESLint Shareable Configs
$ npm i eslint-config-gobold eslint
Add to your .eslintrc
{
"extends": "gobold"
}
To use the es6 rule set:
$ npm i eslint-config-gobold babel-eslint eslint
Add this to your .eslintrc:
{
"extends": "gobold/es6"
}
To use the React rule set:
$ npm i eslint-config-gobold eslint-plugin-react eslint
Add this to your .eslintrc:
{
"extends": "gobold/react"
}
You can use any combination of these shareable configs.
Install the dependencies:
$ npm i eslint-config-gobold babel-eslint eslint-plugin-react eslint
.eslintrc:
{
"extends": [
"gobold",
"gobold/es6",
"gobold/react"
]
}
Eslint config properties like env
or globals
are
project specific. Set them in your own .eslintrc file.
Override with your own rules in your .eslintrc file.
For instance:
{
"env": {
"browser": true
},
"globals": {
"React": true
},
"extends": [
"gobold",
"gobold/react"
]
}
FAQs
Bold Financial ESLint Config
The npm package eslint-config-gobold receives a total of 0 weekly downloads. As such, eslint-config-gobold popularity was classified as not popular.
We found that eslint-config-gobold demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 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.