mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-19 23:56:13 +02:00
tea/Configuration/TsLint.yml

18 lines
377 B
YAML
Raw Normal View History

---
sniffs:
- class: Indentation
parameters:
indentConditions: true
indentPerLevel: 2
useSpaces: true
- class: DeadCode
- class: OperatorWhitespace
- class: RepeatingRValue
disabled: true
- class: DuplicateAssignment
- class: EmptySection
disabled: true
- class: NestingConsistency
parameters:
commonPathPrefixThreshold: 1