mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-01-25 16:04:01 +00:00
9 lines
282 B
YAML
9 lines
282 B
YAML
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
|