Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
eslint-config-avidofood
Advanced tools
This package provides shareable ESLint configurations for JavaScript projects that conform with my coding style.
To make use of this config, install ESLint (>= 8.13.0) and this package as a development dependency of your project:
npm install eslint eslint-config-avidofood --save-dev
Next, add an eslintConfig
member to your project's package.json
. At a minimum, this config file must include an extends
member:
{
"eslintConfig": {
"extends": "avidofood"
}
}
See the ESLint configuration guide for details on additional configuration options. Any rules configured in your package.json
file will override those provided by the eslint-config-avidofood
package.
For eslint < 7.x.x please use Version 1.1.0
FAQs
Avido Food's base JS ESLint configuration
The npm package eslint-config-avidofood receives a total of 7 weekly downloads. As such, eslint-config-avidofood popularity was classified as not popular.
We found that eslint-config-avidofood demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.