Skip to content

Commit

Permalink
Document the shift in the criteria for inclusion of rules (#8194)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryo-manba authored Dec 14, 2024
1 parent 74f3c08 commit b988d34
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/about/vision.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ Provide multiple points of extensions, including:
- [formatters](../developer-guide/formatters.md) - format Stylelint result objects
- [plugins](../developer-guide/plugins.md) - build custom rules to support methodologies, toolsets, non-standard CSS features, other languages (like SCSS) or very specific use cases

## Configurable

Provide options to [customize the linter](../user-guide/customize.md) to specific project needs, including configurable rules that sometimes overlap.

## Robust

Provide a robust tool with a [comprehensive test suite](../developer-guide/rules.md#write-tests), including:
Expand Down
2 changes: 1 addition & 1 deletion docs/developer-guide/rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ A rule must be:
And have a:

- unambiguous finished state
- singular purpose that doesn't overlap with other rules
- singular purpose

Its name is split into two parts:

Expand Down

0 comments on commit b988d34

Please sign in to comment.