Skip to content

Latest commit

 

History

History
57 lines (34 loc) · 1.44 KB

__TEMPLATE__.md

File metadata and controls

57 lines (34 loc) · 1.44 KB

{{Capital Case ruleName}} Rule

A concise and clear description of what this rule does and why it's important.

  • Rule Name: {{kebabCase ruleName}}
  • Type: 'warning' | 'error'
  • Category: 'style' | 'security' | 'best-practice' | 'performance'
  • Severity: 'info' | 'minor' | 'major' | 'critical'
  • Fixable: true | false

Problematic Code Example

# Provide an example

Correct Code Example

# Provide an example

Rule Details and Rationale

Provide a detailed explanation of the rationale for this rule, including:

  • Why this rule exists: Explain the problems it aims to solve.
  • How it works: Describe its scope and logic.
  • Rationale: Clarify the benefit or importance of following the rule.

Options

OPTIONAL: If this section is not applicable, please remove it.

If this rule accepts any configuration options, explain them here.

Known Limitations

OPTIONAL: If this section is not applicable, please remove it.

Document any edge cases or situations where this rule might not work as expected.

When Not To Use It

OPTIONAL: If this section is not applicable, please remove it.

Explain scenarios where disabling this rule might make sense or be necessary.

Version

This rule was introduced in v{{nextMajorVersion}}.

References

Provide all necessary references for this rule.