Skip to content
This repository has been archived by the owner on Mar 21, 2022. It is now read-only.

Latest commit

 

History

History
16 lines (12 loc) · 305 Bytes

style-strict.md

File metadata and controls

16 lines (12 loc) · 305 Bytes

Strict Style

A strict configuration that enforce everything to be properly typed.

// tslint.json
{
  "extends": "tslint-config-unional/strict"
}

Key highlights

  • Ideal for i-dotter and t-crosser
  • Good for beginner to avoid mistakes
  • Personally not recommended as it slows down coding