2.1.0 • Published 7 months ago

@flowr/eslint-plugin-petal v2.1.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
7 months ago

@flowr/eslint-plugin-petal

This contains all Petal-specific eslint rules.

Installation

pnpm add -D eslint @flowr/eslint-plugin-petal

Rules

CategoryNameDescription
Best Practicesbest-practices/no-discouraged-wordsPrevents 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.