@flowr/eslint-plugin-petal
v2.1.0
Published
Set of rules for Petal's custom ESLint rules
Downloads
4
Maintainers
Readme
@flowr/eslint-plugin-petal
This contains all Petal-specific eslint rules.
Installation
pnpm add -D eslint @flowr/eslint-plugin-petal
Rules
| Category | Name | Description |
| -------------- | --------------------------------------- | ------------------------------------------------------------------------------------ |
| Best Practices | best-practices/no-discouraged-words
| Prevents usage of specific words. See more. |
Usage
After installing, update your project's .eslintrc.json
config:
{
"plugins": ["@flowr/eslint-plugin-petal"],
}
Read the ESlint config docs for more information.