
Security News
High Salaries No Longer Enough to Attract Top Cybersecurity Talent
A survey of 500 cybersecurity pros reveals high pay isn't enough—lack of growth and flexibility is driving attrition and risking organizational security.
@eis/eslint-config-elser
Advanced tools
This package exposes a set of shared eslint configs.
To use this package, install it via npm, yarn, etc.
# npm
npm i -D @eis/eslint-config-elser
# yarn
yarn add -D @eis/eslint-config-elser
Then configure your project-level eslint config to extend the desired config from this package.
// node
module.exports = {
extends: ["@eis/eslint-config-elser"],
};
// react
module.exports = {
extends: ["@eis/eslint-config-elser/react"],
};
// next.js
module.exports = {
extends: ["@eis/eslint-config-elser/next"],
};
FAQs
Shared eslint config for Elser projects
The npm package @eis/eslint-config-elser receives a total of 10 weekly downloads. As such, @eis/eslint-config-elser popularity was classified as not popular.
We found that @eis/eslint-config-elser 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
A survey of 500 cybersecurity pros reveals high pay isn't enough—lack of growth and flexibility is driving attrition and risking organizational security.
Product
Socket, the leader in open source security, is now available on Google Cloud Marketplace for simplified procurement and enhanced protection against supply chain attacks.
Security News
Corepack will be phased out from future Node.js releases following a TSC vote.