Skip to main content
Module

x/cockatiel/tslint.json

A resilience and transient-fault-handling library that allows developers to express policies such as Backoff, Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback. Inspired by .NET Polly.
Go to Latest
File

{ "$schema": "http://json.schemastore.org/tslint", "extends": ["tslint:recommended", "tslint-config-prettier"], "rules": { "object-literal-sort-keys": false, "no-var-requires": false, "no-unused-expression": false, "max-classes-per-file": false }}