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-kswedberg
Advanced tools
Run the following from the project's root:
npm install eslint-config-kswedberg --save-dev
Then, add the config to the project's .eslintrc.js
file.
For linting with es6 features enabled:
module.exports = {
'extends': 'kswedberg'
};
If you want react (as well as es6) features enabled:
module.exports = {
'extends': 'kswedberg/react'
};
Note that you'll need to have eslint-plugin-react
installed.
If you don't want es6 or react features:
module.exports = {
'extends': 'kswedberg/es5'
};
* Note: eslint supports a few different formats for the ...rc
file, including JavaScript, JSON, and YAML. You may use any format that eslint supports.
I always forget how to do this, so I'm writing it down as a reminder to me. See more at Configuring ESLint
/* eslint-disable */
/* eslint-enable */
/* eslint-disable no-alert, no-console */
// eslint-disable-line
// eslint-disable-line no-alert, quotes, semi
// eslint-disable-next-line
// eslint-disable-next-line no-alert, quotes, semi
FAQs
A shareable eslint config
The npm package eslint-config-kswedberg receives a total of 54 weekly downloads. As such, eslint-config-kswedberg popularity was classified as not popular.
We found that eslint-config-kswedberg 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.