Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zumerlab/zumerbox-css-lint
A zumerBox tool for linting css files
https://github.com/zumerlab/zumerbox-css-lint
css-linter stylelint zumerbox
Last synced: 19 days ago
JSON representation
A zumerBox tool for linting css files
- Host: GitHub
- URL: https://github.com/zumerlab/zumerbox-css-lint
- Owner: zumerlab
- License: mit
- Created: 2024-03-21T09:30:59.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-28T12:27:50.000Z (10 months ago)
- Last Synced: 2024-10-29T15:44:27.265Z (2 months ago)
- Topics: css-linter, stylelint, zumerbox
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# @zumerbox/css-lint
A tool for linting CSS files to catch errors and enforce coding standards.
Refer to the [ZumerBox bundle](https://github.com/zumerlab/zumerbox) for more information and tools.
## Installation
```bash
npm install @zumerbox/css-lint --save-dev
```## Usage
```bash
npx @zumerbox/css-lint
```## Options
By default Stylint is instructed to perform a check without making any changes to the files. To fix any issues run `@zumerbox/css-lint` again with the `--fix` argument to fix css.
## Credits
This tool is powered by Stylint (https://stylelint.io)