{ "extends": ["tslint-config-airbnb", "tslint-config-prettier"], "rules": { "variable-name": [true, "ban-keywords", "check-format", "allow-pascal-case"], "object-shorthand-properties-first": false, "max-line-length": [true, { "limit": 100, "ignore-pattern": "`[^`]+`" }], "import-name": false } }