0.3.1 • Published 3 years ago

@webfountain/eslint-config-typescript v0.3.1

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
3 years ago

TypeScript Manual of Style

How to use this manual

WIP NOTE: configuration is set for ES2022

Updating Configs

WIP

Conventions

  • use single quotes
  • use semicolons
  • two spaces for indentation
  • no comma dangles

Favor...

  • explicit over implicit
  • developer intention over assumed developer intention

Helpful Resources

NB:

Discussions / Questions