standardts

1.0.0 • Public • Published

StandardTS

Opinionated code style for TypeScript based on StandardJS.

npm install standardts -g

Currently supported

  • no semicolons
  • single quotes
  • use spaces for indent
  • no unused variables
  • use always === (only == null check allowed)
  • parameters named err or error must always be handled

Usage

standardts <files...> [--fix]

standardts by default will run linting on every ts or tsx file in the current working directory (omitting node_modules and typings)

Missing core rules

TSlint rules created thanks to this project:

  • handle-callback-err

Development

Package is under heavy development. Community input is appreciated.

/standardts/

    Package Sidebar

    Install

    npm i standardts

    Weekly Downloads

    32

    Version

    1.0.0

    License

    MIT

    Last publish

    Collaborators

    • justinbeckwith
    • ofrobots
    • krzkaczor