Security News
38% of CISOs Fear They’re Not Moving Fast Enough on AI
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
@vevo/eslint-config-vevo
Advanced tools
Project eslint-config-vevo managed by the web team
ESLint still requires plugins to be installed in each project's directory, so you'll have to run a little script to install all of the packages required when building a new package. If you are updating eslint versions, then you will want to rerun this to install the correct peer dependencies.
(
export PKG=@vevo/eslint-config-vevo;
yarn add --dev $PKG
npm info "$PKG@latest" peerDependencies --json | command sed 's/[\{\},]//g ; s/: /@/g' | xargs yarn add --dev "$PKG@latest"
)
make a config file: .eslintrc.js
:
module.exports = {
extends: ["@vevo/eslint-config-vevo"]
};
Fix issues in npm:
scripts: {
"lint": "eslint src/**/*.{js,jsx}",
"lint:fix": "prettier-eslint src/**/*.{js,jsx} --write",
}
Install both prettier and eslint plugins, then add these lines to your user preferemnces file (CMD+SHIFT+P+user).
// Set the default
"editor.formatOnSave": true,
"prettier.eslintIntegration": true,
// Enable per-language
"javascript.format.enable": false,
FAQs
Default eslint config for web projects
The npm package @vevo/eslint-config-vevo receives a total of 0 weekly downloads. As such, @vevo/eslint-config-vevo popularity was classified as not popular.
We found that @vevo/eslint-config-vevo demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 25 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
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.
Security News
Company News
Socket is joining TC54 to help develop standards for software supply chain security, contributing to the evolution of SBOMs, CycloneDX, and Package URL specifications.