Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
eslint-config-xo-overrides
Advanced tools
eslint+xo sharable config with some opinionated rule overrides
eslint+xo sharable config with some opinionated rule overrides
This makes diffs simpler.
Correct :+1: code:
const fizz = {
blep: 'bloop',
};
Cause it looks better.
Correct :+1: code:
const { curly } = foo;
const bar = [ square ];
We still use objects as poor man's hashmaps.
Correct :+1: code:
const rates = {
eur_usd: 1,
};
IMO reads better. Also makes diffs simpler.
Correct :+1: code:
return user.email
|| user.phone
|| user.slug;
Error
subclassing.Installation:
yarn add --dev eslint-config-xo-overrides
yarn eslint-config-xo-overrides
or
npm install --save-dev eslint-config-xo-overrides
./node_modules/.bin/eslint-config-xo-overrides
This will install the package and add the following to your package.json
:
{
"xo": {
"extends": ["eslint-config-xo-overrides"]
}
}
FAQs
eslint+xo sharable config with some opinionated rule overrides
We found that eslint-config-xo-overrides 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
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
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.