1.1.0 • Published 8 months ago

@dopt/config v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

@dopt/config

Shared configuration for Dopt packages.

Today this contains shared/common configuration for

  1. Typescript Config
  2. Linting
  3. Formatting
  4. 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.

1.1.0

8 months ago

1.0.0

9 months ago