A Stylelint docker for the Pronovix ITrainee program.
docker run -v "${PWD}":/app/target pronovix/trainee-stylelint:current <path> [options]
Path is mandatory, options are optional.
/app/target
is constant, ${PWD}
can be changed.
See the Stylelint docs for available options.