How to make .gitignore
as ignorePath
?
#209
Answered
by
wooorm
AlexWayfer
asked this question in
Q&A
-
I'm using Remark lint. Such configuration doesn't work: # .remarkrc.yaml
plugins:
- remark-preset-lint-recommended
- remark-gfm
settings:
ignorePath: '.gitignore' Variations without What's wrong? |
Beta Was this translation helpful? Give feedback.
Answered by
wooorm
Nov 10, 2022
Replies: 1 comment 3 replies
-
These settings don‘t go in config files. Config files configure files that are already found. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
AlexWayfer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
These settings don‘t go in config files. Config files configure files that are already found.
If you use remark, pass it as a flag:
remark --ignore-path .gitignore
: https://github.com/unifiedjs/unified-args#--ignore-path-path