Any way to disable linting for submodules to avoid sharing deps?
Unanswered
Griffon Nivernais posted this in #help-forum
Griffon NivernaisOP
Only using a submodule so I have a reference to it in the repo, I don't actually want it to be linted in Vercel because sharing deps in this way feels annoying.
1 Reply
Griffon NivernaisOP
I used
.eslintignore, forgot it was a thing.