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-edenspiekermann
Advanced tools
This repository contains the ESLINT configuration for linting React projects at EdenSpiekermann.
$ npm install --save-dev eslint-config-edenspiekermann
Add some ESLint config to your package.json
:
{
"name": "my-javascript-project",
"eslintConfig": {
"extends": "edenspiekermann"
}
}
Or to .eslintrc
:
{
"extends": "edenspiekermann"
}
Depending on how you automate your JS linting you may wish to add a lint task to the scripts block in your package.json
If this is your preferred setup simply add the following task.
{
"scripts": {
"lint": "eslint --fix path/to/your/javascript/**/*.js"
}
}
You can now use this task by running npm run lint
.
When contributing to this repository, please first check the Github issue to see if this has already been raised or assigned. If not feel free to create an issue.
If you wish to submit a pull request please follow these simple steps:
FAQs
A shareable eslint config for ESPI projects
The npm package eslint-config-edenspiekermann receives a total of 0 weekly downloads. As such, eslint-config-edenspiekermann popularity was classified as not popular.
We found that eslint-config-edenspiekermann 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
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.