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.
@tangany/eslint-config
Advanced tools
Shareable config that is designed to work with the extends feature of .eslintrc files. Install the npm module via npm install @tangany/eslint-config@latest
and add it as a dependency to your .eslintrc:
{
"extends": [
"@tangany"
],
"rules": {
}
}
Since ESLint does not support installing plugins as devDependencies (ongoing Github issue #3458), all required plugins have to be installed manually in order to use this shareable eslint config in a project.
Install all required plugins with this command:
npm i -D babel-eslint eslint-config-standard eslint-plugin-import eslint-plugin-no-use-extend-native eslint-plugin-node eslint-plugin-promise eslint-plugin-standard eslint-plugin-unicorn eslint-plugin-jsdoc
© 2022 Tangany
Imprint • Privacy policy • Newsletter • Twitter • Facebook • LinkedIn • YouTube • Github
FAQs
Tangany's ESLint config
The npm package @tangany/eslint-config receives a total of 485 weekly downloads. As such, @tangany/eslint-config popularity was classified as not popular.
We found that @tangany/eslint-config demonstrated a healthy version release cadence and project activity because the last version was released less than 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'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.