eslint, date-time comment & max-len #4314
Replies: 1 comment
-
@dan-klasson it feels like this should be an issue and not a discussion. If it's still relevant, please report this as issue, with a reproduction. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This particular comment in my Scalar interface makes my eslint fail:
/** A date-time string at UTC, such as 2019-12-03T09:54:33Z, compliant with the date-time format. */
Prettier nor eslint fixes comments that are longer than specified length. Thus adding eslint or prettier hooks in
codegen.yml
doesn't fix the problem.How to get around this issue?
Beta Was this translation helpful? Give feedback.
All reactions