
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
@renault-digital/eslint-config
Advanced tools
Eslint config that follow Renault Digital coding style.
Using npm
:
npm install --save-dev @renault-digital/eslint-config
Or using yarn
:
yarn add --dev @renault-digital/eslint-config
Please follow configure ESLint for configuration.
The follow rules are available (you can combine them) :
@renault-digital
: General JS rules@renault-digital/common
: Same as above@renault-digital/node
: Rules specific to NodeJS@renault-digital/mocha
: Rules specific to Mocha@renault-digital/server
: Group of rules for NodeJS applicationA basic usage will be in a file .eslintrc.json
:
{
"extends": "@renault-digital/eslint-config"
}
And after :
yarn eslint .
Bellow are some recommended usage.
.eslintrc.json
:
{
"extends": "@renault-digital/eslint-config"
}
.eslintrc.json
:
{
"extends": "@renault-digital/eslint-config/server"
}
Major changes should be discussed GitHub.
Same approach as in ESLint, see Semantic Versioning Policy.
FAQs
Eslint config that follow Renault Digital coding style.
We found that @renault-digital/eslint-config 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
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.