https://github.com/pre-commit/mirrors-scss-lint
Mirror of scss-lint gem for pre-commit.
https://github.com/pre-commit/mirrors-scss-lint
Last synced: 7 months ago
JSON representation
Mirror of scss-lint gem for pre-commit.
- Host: GitHub
- URL: https://github.com/pre-commit/mirrors-scss-lint
- Owner: pre-commit
- License: mit
- Created: 2014-06-10T16:18:30.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2023-07-06T08:51:48.000Z (over 2 years ago)
- Last Synced: 2025-06-09T19:02:06.225Z (7 months ago)
- Language: Ruby
- Size: 50.8 KB
- Stars: 4
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
scss-lint mirror
================
Mirror of scss-lint gem for pre-commit.
For pre-commit: see https://github.com/pre-commit/pre-commit
For scss-lint: see https://github.com/causes/scss-lint
### Using scss-lint with pre-commit
Add this to your `.pre-commit-config.yaml`:
- repo: https://github.com/pre-commit/mirrors-scss-lint
rev: '' # Use the sha / tag you want to point at
hooks:
- id: scss-lint