Skip to content

A Dockerfile for scss-lint - A tool to help keep your SCSS files clean and readable

License

Notifications You must be signed in to change notification settings

semji/docker-scss-lint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Docker scss-lint

What is scss-lint

scss-lint is a tool to help keep your SCSS files clean and readable by running it against a collection of configurable linter rules. You can run it manually from the command line, or integrate it into your SCM hooks.

You can get more informations at: https://github.com/brigade/scss-lint.

Run using Docker

docker run --rm -v $(pwd):/app rvip/scss-lint

You can pass in every options scss-lint accepts:

docker run --rm -v $(pwd):/app rvip/scss-lint src/

For the full list of options, go to scss-lint official README.

Build

git clone https://github.com/ReputationVIP/docker-scss-lint.git && cd docker-scss-lint
docker build -t your-namespace/scss-lint .

About

A Dockerfile for scss-lint - A tool to help keep your SCSS files clean and readable

Resources

License

Stars

Watchers

Forks

Packages

No packages published