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

25 lines
405 B
YAML
Raw Normal View History

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