@hollowverse/config

42.0.0 • Public • Published

@hollowverse/config Build Status

This repository contains shared configuration files used across multiple Hollowverse repositories.

Configuration Files

@hollowverse/config currently includes configuration files for:

How to use the shared configuration

  1. Install this package as dependency of your project:
    yarn add @hollowverse/config --dev
    # or
    npm install @hollowverse/config --save-dev
  2. Install the peer dependencies for each of the tools used in the new project.
  3. Extend your project configuration files with the corresponding files from this package. For example, here is how to extend tsconfig.json:
    {
      "extends": "./node_modules/@hollowverse/config/tsconfig.json"
    }
    Refer to each tool's documentation for more information on how to extend the configuration.
  4. Add properties to the configuration file to override the shared configuration as needed.

If you need help or wanna get in touch...

Readme

Keywords

none

Package Sidebar

Install

npm i @hollowverse/config

Weekly Downloads

4

Version

42.0.0

License

Unlicense

Unpacked Size

173 kB

Total Files

87

Last publish

Collaborators

  • npmhollowverse
  • wholesomedev