stenciljs/eslint-plugin

feat: extract core rule utilities

Open

#70 geöffnet am 7. Jan. 2022

Auf GitHub ansehen
 (0 Kommentare) (1 Reaktion) (0 zugewiesene Personen)TypeScript (37 Forks)auto 404
Help Wantedtriage

Repository-Metriken

Stars
 (71 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Prerequisites

Describe the Feature Request

The core utilities used by rules for Stencil to be extracted into a separate module or repo.

Describe the Use Case

Having a set of core utils would make it easier to create project-specific rules for Stencil-based projects.

Describe Preferred Solution

A separate package with core rule utilities. I have created stencil-eslint-core and have a fork of stencil-eslint to demonstrate this in action. All tests are passing.

Describe Alternatives

No response

Related Code

No response

Additional Information

No response

Contributor Guide