
Product
Introducing Socket Firewall Enterprise: Flexible, Configurable Protection for Modern Package Ecosystems
Socket Firewall Enterprise is now available with flexible deployment, configurable policies, and expanded language support.
@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.

Product
Socket Firewall Enterprise is now available with flexible deployment, configurable policies, and expanded language support.

Security News
Open source dashboard CNAPulse tracks CVE Numbering Authorities’ publishing activity, highlighting trends and transparency across the CVE ecosystem.

Product
Detect malware, unsafe data flows, and license issues in GitHub Actions with Socket’s new workflow scanning support.