@sketch-hq/sketch-tidy-assistant
Version:
- [Maximum ungrouped layers in an artboard](https://github.com/sketch-hq/sketch-assistants/tree/main/assistants/core/src/rules/artboards-max-ungrouped-layers): `5` - [Borders should not be disabled](https://github.com/sketch-hq/sketch-assistants/tree/ma
18 lines (16 loc) • 1.92 kB
Markdown
## Rules
- [Maximum ungrouped layers in an artboard](https://github.com/sketch-hq/sketch-assistants/tree/main/assistants/core/src/rules/artboards-max-ungrouped-layers):
`5`
- [Borders should not be disabled](https://github.com/sketch-hq/sketch-assistants/tree/main/assistants/core/src/rules/borders-no-disabled)
- [Fills should not be disabled](https://github.com/sketch-hq/sketch-assistants/tree/main/assistants/core/src/rules/fills-no-disabled)
- [Inner shadows should not be disabled](https://github.com/sketch-hq/sketch-assistants/tree/main/assistants/core/src/rules/inner-shadows-no-disabled)
- [Shadows should not be disabled](https://github.com/sketch-hq/sketch-assistants/tree/main/assistants/core/src/rules/shadows-no-disabled)
- [Layer styles should not be dirty](https://github.com/sketch-hq/sketch-assistants/tree/main/assistants/core/src/rules/layer-styles-no-dirty)
- [Text styles should not be dirty](https://github.com/sketch-hq/sketch-assistants/tree/main/assistants/core/src/rules/text-styles-no-dirty)
- [Groups should not be empty](https://github.com/sketch-hq/sketch-assistants/tree/main/assistants/core/src/rules/groups-no-empty)
- [Groups should not be redundant](https://github.com/sketch-hq/sketch-assistants/tree/main/assistants/core/src/rules/groups-no-redundant)
- [Layers should not be hidden](https://github.com/sketch-hq/sketch-assistants/tree/main/assistants/core/src/rules/layers-no-hidden)
- [Layers should not be positioned on sub-pixels](https://github.com/sketch-hq/sketch-assistants/tree/main/assistants/core/src/rules/layers-subpixel-positioning),
`0.5` increments are allowed
- [Shared styles should not be unused](https://github.com/sketch-hq/sketch-assistants/tree/main/assistants/core/src/rules/shared-styles-no-unused)
- [Layers should not be loose outside artboards](https://github.com/sketch-hq/sketch-assistants/tree/main/assistants/core/src/rules/layers-no-loose)