2.0.0 • Published 6 years ago

@heydovetail/editorconfig v2.0.0

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
6 years ago

@heydovetail/editorconfig

Shared EditorConfig for Dovetail projects.

Usage

EditorConfig doesn't natively support sharing or extending configuration (see https://github.com/editorconfig/editorconfig/issues/236) however a symbolic link can be used as a stop-gap:

npm install --save-dev @heydovetail/editorconfig
ln -s './node_modules/@heydovetail/editorconfig/.editorconfig' .editorconfig

NPM package

This is packaged as an NPM package to leverage Greenkeeper for managing pushing out updates across multiple projects.