/template-configs

Shared configs for ESLint and Prettier to unify projects styling.

Primary LanguageJavaScript

Template Configs

A repo to configure our eslint and prettier rules.

Current configs

Notes

  • In order for this package to work properly. We peer to all dependencies.
  • This means the consuming package must include the peered dependencies.
  • This prevents a mismatch of versions if the rules limited what version of eslint/prettier could be used.