taiga-family/linters

๐Ÿš€ - add extendedDiagnostics

splincode opened this issue ยท 0 comments

Description

{
  "angularCompilerOptions": {
    "extendedDiagnostics": {
      "defaultCategory": "error",
      "checks": {
        "optionalChainNotNullable": "error",
        "nullishCoalescingNotNullable": "error",
        "missingControlFlowDirective": "error",
        "textAttributeNotBinding": "error",
        "missingNgForOfLet": "error",
        "invalidBananaInBox": "error",
        "suffixNotSupported": "error",
        "skipHydrationNotStatic": "error"
      }
    }
  }
}