Use rubocop-govuk which is pre-customised to eliminate some annoying rules, like AbcSize
Use @prettier/plugin-ruby via the npm package installation route, instead of the Ruby gem route; this is more compatible with editors and also supports newer Ruby language features, like the shortened foo(bar:) syntax
See also: https://github.com/DFE-Digital/apply-for-qualified-teacher-status/pull/18
rubocop-govuk
which is pre-customised to eliminate some annoying rules, likeAbcSize
@prettier/plugin-ruby
via the npm package installation route, instead of the Ruby gem route; this is more compatible with editors and also supports newer Ruby language features, like the shortenedfoo(bar:)
syntax