linters: with_defaults(
    object_name_linter("camelCase"),
    line_length_linter(90)
    )
exclude: "# Exclude Linting"
