Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@dopt/config

Package Overview
Dependencies
Maintainers
6
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dopt/config

Centralized and shared configuration for eslint, jest,prettier, and tsconfig

latest
Source
npmnpm
Version
1.1.0
Version published
Maintainers
6
Created
Source

@dopt/config

Shared configuration for Dopt packages.

Today this contains shared/common configuration for

  • Typescript Config
  • Linting
  • Formatting
  • Testing

All packages in the monorepo should have a dev dependency on this package e.g.

"devDependencies": {
  "@dopt/config": "workspace:*",
  ...
}

Which allows for extension of configuration contained here e.g. in your package's .prettierrc.js

const { prettier } = require('@dopt/config');
module.exports = {
  ...prettier,
};

The dependency on this package is wired up by default when using our package generator @dopt/pkgen.

FAQs

Package last updated on 13 Sep 2023

Did you know?

Socket

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.

Install

Related posts