-
Notifications
You must be signed in to change notification settings - Fork 14
Add plugin for ESLint in Astro #476
Copy link
Copy link
Open
Labels
0 - BacklogIssue is accepted, but is not ready to be worked on or not in current sprint.Issue is accepted, but is not ready to be worked on or not in current sprint.EnhancementIssues that introduce new functionality to the project, or enhances/updates existing functionality.Issues that introduce new functionality to the project, or enhances/updates existing functionality.PackageAstroIssues relating to the @chocolatey-software/astro package.Issues relating to the @chocolatey-software/astro package.
Metadata
Metadata
Assignees
Labels
0 - BacklogIssue is accepted, but is not ready to be worked on or not in current sprint.Issue is accepted, but is not ready to be worked on or not in current sprint.EnhancementIssues that introduce new functionality to the project, or enhances/updates existing functionality.Issues that introduce new functionality to the project, or enhances/updates existing functionality.PackageAstroIssues relating to the @chocolatey-software/astro package.Issues relating to the @chocolatey-software/astro package.
Checklist
Is Your Feature Request Related To A Problem? Please describe.
We should look to add a plugin that will run ESLint on Astro components as well as scripts in each repository.
Describe The Solution. Why is it needed?
There is one ESLint plugin we could try to implement: https://github.com/ota-meshi/eslint-plugin-astro
It's unknown though if this is only for Astro components, or for other scripts inside Astro as well.
Additional Context
No response
Related Issues
No response