Setting eslint_dir #382
Answered
by
ocean90
jacobkellas
asked this question in
Q&A
-
I can't figure out where to include eslint_dir to set a subdirectory, do you have an example? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
ocean90
Jan 24, 2022
Replies: 1 comment
-
- name: Run linters
uses: wearerequired/lint-action@v1
with:
eslint: true
eslint_dir: path/to/custom/dir |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ocean90
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
eslint_dir
is just another input for the action which you can set like this: