tslint-clean-code
Version:
TSLint rules for enforcing Clean Code
18 lines (17 loc) • 394 B
YAML
TypeScript:
beautifiers: ["Prettier"]
align_assignments: false
arrow_parens: "as-needed"
break_chained_methods: true
end_with_comma: true
end_with_semicolon: true
indent_char: " "
indent_style: "space"
indent_size: 4
jsx_brackets: false
multiline_ternary: true
object_curly_spacing: true
quotes: "single"
space_after_anon_function: false
wrap_line_length: 140