Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)