Security News
npm Updates Search Experience with New Objective Sorting Options
npm has a revamped search experience with new, more transparent sorting options—Relevance, Downloads, Dependents, and Publish Date.
@envsa/eslint-config
Advanced tools
Install the package with
npm i -D @envsa/eslint-config
Then install the correct versions of each peerDependency package, which are listed by the command:
npm info "@envsa/eslint-config@latest" peerDependencies
If using npm 5+, use this shortcut:
npx install-peerdeps --dev @envsa/eslint-config
Now add the config to either your package.json
:
{
"eslintConfig": {
"extends": "@envsa"
}
}
to your .eslintrc
:
{
"extends": "@envsa"
}
or .eslintrc.js
:
module.exports = {
extends: '@envsa'
};
This is how you use or extend the @envsa/eslint-config
prettier config in your
app:
// prettier.config.js
module.exports = require('@envsa/eslint-config/prettier.config');
This ESLint configuration comes with some fundamental assumptions:
Even though I made some assumptions, you can easily overwrite, extend and unset rules and any other setting in your custom eslint config.
FAQs
ESLint configuration for @envsa/shared-config.
The npm package @envsa/eslint-config receives a total of 52 weekly downloads. As such, @envsa/eslint-config popularity was classified as not popular.
We found that @envsa/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
npm has a revamped search experience with new, more transparent sorting options—Relevance, Downloads, Dependents, and Publish Date.
Security News
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.