@raycast/eslint-plugin
Version:
ESLint plugin designed to help Raycast's extensions authors follow best practices
21 lines (12 loc) ⢠928 B
Markdown
# Raycast ESLint Plugin
Raycast provides a plugin designed to help you follow best practices as you build extensions.
Find more on [developers.raycast.com](https://developers.raycast.com/information/tools/eslint).
## Rules
You'll find below a summary of all the rules included in our ESLint plugin.
<!-- begin auto-generated rules list -->
š§ Automatically fixable by the [`--fix` CLI option](https://eslint.org/docs/user-guide/command-line-interface#--fix).
| Name | Description | š§ |
| :------------------------------------------------------- | :---------------------------------- | :- |
| [prefer-placeholders](docs/rules/prefer-placeholders.md) | Prefer Placeholders for Text Fields | |
| [prefer-title-case](docs/rules/prefer-title-case.md) | Prefer Title Case | š§ |
<!-- end auto-generated rules list -->