hof-dotfiles

Common dotfiles for HOF

Usage no npm install needed!

<script type="module">
  import hofDotfiles from 'https://cdn.skypack.dev/hof-dotfiles';
</script>

README

HOF Dotfiles

Common dotfiles used by HOF in a typical build

Adds the following preconfigured dotfiles to the root of your project on postinstall.

  • .dockerignore
  • .eslintignore
  • .editorconfig
  • .eslintrc
  • .gitignore
  • .jscsrc
  • .travis.yml

It won't overwrite any current dotfiles of the same name so you can safely install without destroying your own config.

If you want to contribute, please follow the guidelines