-
-
Notifications
You must be signed in to change notification settings - Fork 18
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Code of Conduct
- I agree to follow this project's Code of Conduct
AI Policy
- I agree to follow this project's AI Policy, or I agree that AI was not used while creating this issue.
Is your feature request related to a problem? Please describe.
In our frontend, we have some rules set in eslint that will break with the generated file from ash typescript.
Describe the solution you'd like
To fix the above issue, we need to add a line at the start of the file that will make eslint ignore some checks for this file:
/* eslint-disable @typescript-eslint/ban-ts-comment, @typescript-eslint/no-explicit-any, @typescript-eslint/no-empty-object-type */I would like to have an option to add arbitrary code to the start of a generated file from AshTypescript so I can add the above line and make the file work as intended.
Describe alternatives you've considered
No response
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request