linters: linters_with_defaults(
    line_length_linter(100)
  )
exclusions: list(
    "inst/examples/03_reactivity/app.R"
  )
