@dan-nz/auto-config
v1.0.0
Published
Shareable configuration for auto
Downloads
3
Readme
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',
}