mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-01-25 16:04:01 +00:00
9 lines
277 B
YAML
9 lines
277 B
YAML
---
|
|
extends: tslint-config-airbnb
|
|
rules:
|
|
object-shorthand-properties-first: false
|
|
variable-name: [true, "ban-keywords", "check-format", "allow-pascal-case"]
|
|
import-name: false
|
|
max-line-length: [true, { "limit": 100, "ignore-pattern": "`[^`]+`"}]
|
|
function-name: false
|