stenciljs/eslint-plugin

feat: extract core rule utilities

Open

#70 opened on Jan 7, 2022

View on GitHub
 (0 comments) (1 reaction) (0 assignees)TypeScript (37 forks)auto 404
Help Wantedtriage

Repository metrics

Stars
 (71 stars)
PR merge metrics
 (PR metrics pending)

Description

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