UNPKG

@div-int/typedfsm

Version:

A TypeScript finite state machine library

19 lines 354 B
{ "defaultSeverity": "error", "extends": [ "tslint-config-airbnb" ], "jsRules": {}, "rules": { "max-line-length": false, "variable-name": { "options": [ "ban-keywords", "check-format", "allow-leading-underscore", "allow-pascal-case" ] } }, "rulesDirectory": [] }