defaultEnabled constant

RuleSettings const defaultEnabled

Default settings with rule enabled.

Implementation

static const defaultEnabled = RuleSettings._(
  enabled: true,
  options: {},
  exclude: [],
);