We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tools like openapi-typescript insert a header comment like:
/** * This file was auto-generated by openapi-typescript. * Do not make direct changes to the file. */
There may also be something else that you wish to insert, for example a directive to disable eslint, or similar.
eslint
Example config:
{ "plugins": { "@dtsgenerator/header-comment": "/** Generated by dtsgenerator. Do not make direct changes to this file. */" } }
The text was updated successfully, but these errors were encountered:
That's a good idea. It would be good to add a default comment as well.
Sorry, something went wrong.
No branches or pull requests
Tools like openapi-typescript insert a header comment like:
There may also be something else that you wish to insert, for example a directive to disable
eslint
, or similar.Example config:
The text was updated successfully, but these errors were encountered: