Replies: 1 comment
-
Duplicate of #187 |
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
-
It's possible that I've overlooked a feature that already exists, in which case please delete this post.
This may not be a common usage, but when you are not managing a certain library with npm and are reusing it by copying the source code itself instead of importing it, the linter error check gets in the way.
I want to surround only that block with pragma and exclude it from the linter.
e.g. :
#if LINT
Do not check this block of code
#endif
Beta Was this translation helpful? Give feedback.
All reactions