eslint-plugin-vanilla-extract/.github/ISSUE_TEMPLATE/feature-request.md

970 B

name about title labels assignees
Feature Request Suggest an enhancement for the vanilla-extract CSS ESLint plugin [FEATURE]: Add concise descriptive title enhancement, needs-triage antebudimir

Contribution Checklist

  • I've confirmed that this feature isn't already implemented
  • I've searched for similar feature requests before creating this one
  • I've checked that this feature aligns with the project's goals
  • I've considered how this would benefit the broader community

Problem Statement

Proposed Solution

// Example of how the feature might work
import { style } from '@vanilla-extract/css';

const example = style({
  // How your proposed feature would improve this code
});

Expected Behavior

Alternatives Considered

Implementation Ideas

Use Cases

Additional Context

Environment Information

  • Node Version:
  • Package Versions:
    • ESLint:
    • @vanilla-extract/css:
    • TypeScript: