node-window-manager
Version:
Manage windows in macOS, Windows and Linux
22 lines (21 loc) • 515 B
JSON
{
"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
}
}