
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.
@dji-dev/us-web-config
Advanced tools
yarn add -D @dji-dev/us-web-config
Using yarn
is highly recommended but not required.
yarn add --dev eslint @babel/core
If using TypeScript also do:
yarn add --dev typescript
If using GraphQL also do:
yarn add graphql
For ESLint, create an .eslintrc.js
file that has the following:
module.exports = require('@dji-dev/us-web-config/eslint')({
typescript: true,
graphql: false,
react: true,
vue: false,
})
(update the fields accordingly for your project.)
To use the Babel plugin, add @dji-dev/us-web-config/babel
as a Babel preset in addition to the preset for your project (Expo, create-react-app, etc).
To extend our TypeScript configuration, add "extends": "@dji-dev/us-web-config/tsconfig.json"
to your project's tsconfig.json
.
Depending on your use-case, you may also use @dji-dev/us-web-config/typescript/web.json
or @dji-dev/us-web-config/typescript/react-native.json
.
If using VSCode, for easy results you can copy this into .vscode/settings.json
of project:
{
"eslint.enable": true,
"eslint.validate": ["javascript", "javascriptreact", "typescript", "typescriptreact", "vue"],
"editor.tabSize": 4
}
Make sure the official ESLint
plugin is installed.
FAQs
## Installing
We found that @dji-dev/us-web-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.