mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-19 23:36:13 +02:00
tea/Configuration/TsLint.yml
Oliver Klee 2344557abc
[CLEANUP] Autoformat all files (#175)
This will reduce unrelated autoformatting changes in other commits
(and it also makes the code more readable).
2020-12-01 23:12:34 +01:00

17 lines
377 B
YAML

---
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