mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-20 08:36:14 +02:00
tea/Configuration/TsLint.yml

17 lines
373 B
YAML
Raw Normal View History

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