as I well understand, StandardJs automatically excludes folders whose are in the .gitignore file. Is-it possible to change that ? Or force standardjs to include certain directories ?
My project is composed by multiples git projects, so at the root folder I have a gitignore file that permits to only watch for the root projet and each sub project has its own gitignore file. But with standardjs, it's impossible to format my subproject ! This is due to the .gitignore at the root folder.
Best regards Sylvain