mirror of
https://github.com/antebudimir/eslint-plugin-vanilla-extract.git
synced 2025-12-31 17:03:32 +00:00
46 lines
970 B
Markdown
46 lines
970 B
Markdown
---
|
|
name: Feature Request
|
|
about: Suggest an enhancement for the vanilla-extract CSS ESLint plugin
|
|
title: "[FEATURE]: Add concise descriptive title"
|
|
labels: enhancement, needs-triage
|
|
assignees: 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
|
|
|
|
```js
|
|
// 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:
|