UNPKG

ptz-math

Version:

ptz-math is a library for math operations such as random()

18 lines 437 B
{ "extends": "tslint:recommended", "rules": { "quotemark": [ true, "single", "jsx-double" ], "member-access": false, "curly": false, "no-var-keyword": false, "arrow-parens": false, "one-variable-per-declaration": [false], "object-literal-sort-keys": false, "trailing-comma": [false], "no-console": [false] } }