UNPKG

node-window-manager

Version:
22 lines (21 loc) 515 B
{ "extends": ["tslint-config-airbnb"], "rules": { "no-increment-decrement": false, "max-line-length": false, "variable-name": [ true, "ban-keywords", "check-format", "allow-pascal-case", "allow-leading-underscore" ], "import-name": false, "ter-arrow-parens": false, "no-parameter-reassignment": false, "object-shorthand-properties-first": false, "semicolon": false, "align": false, "no-this-assignment": false } }