1.0.0 • Published 4 years ago

@dan-nz/auto-config v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

auto-config

This package includes the shareable auto configuration used by Digital Arts Network New Zealand.

Installation

npm i --save-dev auto @dan-nz/auto-config

Usage

Create an auto.config.js file with the following contents:

module.exports = {
  extends: '@dan-nz/auto-config',
}

Related