gitbeaker/tslint.yml
jdalrymple 0e4742b752
Update tslint.yml
chore: Adding the header to the yaml file that was previously erroring
2018-10-17 16:25:33 -04:00

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