Skip to main content
Module

x/flowed/tslint.json

A fast and reliable flow engine for orchestration and more uses in Node.js, Deno and the browser
Go to Latest
File
{ "extends": [ "tslint:recommended", "tslint-config-prettier" ], "linterOptions": { "exclude": [] }, "rules": { "interface-name": false, "max-classes-per-file": false, "object-literal-sort-keys": false, "no-namespace": false, "no-empty": false }}