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.
eslint-config-signavio
Advanced tools
This package provides the agreed-upon set of JavaScript linting rules for all JavaScript projects at Signavio. The rule set is based upon the linting rules employed at [airbnb](https://github.com/airbnb/javascript/tree/master/packages/eslint-config-airbnb
This package provides the agreed-upon set of JavaScript linting rules for all JavaScript projects at Signavio. The rule set is based upon the linting rules employed at airbnb. Furthermore we adjusted it, to cater for react and flow type checking. You will find that we are not as strict as proposed by the original airbnb rule set. This is due to the fact that large portions of linter rules are highly opinionated and we simply disagreed.
First install this package as a devDependency
in your project.
npm install --save-dev eslint-config-signavio
or
yarn add -D eslint-config-signavio
After that create a .eslintrc.json
file and add the following:
{
"extends": "signavio"
}
We encourage everybody to start discussions and file PRs with changes to this rule set. However please always make a good point, why you want to introduce a change. Simply "not liking" something doesn't count.
FAQs
This package provides the agreed-upon set of JavaScript linting rules for all JavaScript projects at Signavio. The rule set is based upon the linting rules employed at [airbnb](https://github.com/airbnb/javascript/tree/master/packages/eslint-config-airbnb
The npm package eslint-config-signavio receives a total of 4,934 weekly downloads. As such, eslint-config-signavio popularity was classified as popular.
We found that eslint-config-signavio 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
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.