# Rules

# Per-package rules

  • NoRedundantDeps Ensure that dependencies are not declared in both dependencies and peerDependencies
  • EnforceRationale Ensure that specified fields in JSON files have an entry in a rationale field in the same file explaining the addition.
  • ESLintPreferConstRule Esnure that the prefer-const ESLint rule is enabled

# Per-source file rules