@heydovetail/editorconfig
v2.0.0
Published
Shared EditorConfig for Dovetail projects
Downloads
7
Keywords
Readme
@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.