UNPKG

ancient-funicular

Version:

Abstract hierarchical life cycle of the mount.

21 lines 429 B
{ "extends": [ "tslint-eslint-rules", "tslint-config-airbnb" ], "rules": { "no-increment-decrement": false, "no-unused-variable": [true], "function-name": false, "max-line-length": false, "variable-name": [ true, "ban-keywords", "check-format", "allow-leading-underscore", "allow-trailing-underscore", "allow-pascal-case", "allow-snake-case" ] } }