https://github.com/pre-commit/mirrors-csslint
Mirror of csslint package for pre-commit.
https://github.com/pre-commit/mirrors-csslint
Last synced: 6 months ago
JSON representation
Mirror of csslint package for pre-commit.
- Host: GitHub
- URL: https://github.com/pre-commit/mirrors-csslint
- Owner: pre-commit
- License: mit
- Created: 2014-09-04T06:06:39.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2022-09-27T18:51:29.000Z (over 3 years ago)
- Last Synced: 2025-06-09T18:49:07.732Z (7 months ago)
- Size: 18.6 KB
- Stars: 3
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
csslint mirror
================
Mirror of csslint package for pre-commit.
For pre-commit: see https://github.com/pre-commit/pre-commit
For csslint: see https://github.com/CSSLint/csslint
### Using csslint with pre-commit
Add this to your `.pre-commit-config.yaml`:
- repo: https://github.com/pre-commit/mirrors-csslint
rev: '' # Use the sha / tag you want to point at
hooks:
- id: csslint
Note that csslint does not exit with a non-zero return code
unless the issue is an error. A lot of common mistakes are
considered warnings. We suggest you add a .csslintrc file
to your project. See https://github.com/CSSLint/csslint/wiki/Command-line-interface#configuration-files