stylelint-sarif-formatter
Version:
A stylelint formatter for SARIF
35 lines (23 loc) • 671 B
Markdown
# stylelint-sarif-formatter
A stylelint formatter for SARIF
## Usage
```shell
yarn add stylelint-sarif-formatter
yarn stylelint "**/*.css" --custom-formatter=node_modules/stylelint-sarif-formatter
# or
yarn stylelint "**/*.css" --custom-formatter=node_modules/stylelint-sarif-formatter -o output.sarif
```
## Contributing
```shell
git clone https://github.com/zhanwang626/stylelint-sarif-formatter.git
cd stylelint-sarif-formatter
yarn install
```
## Test
```shell
yarn test
```
## Reference
[stylelint](https://github.com/stylelint/stylelint)
[stylelint formatter](https://stylelint.io/developer-guide/formatters)
[SARIF](https://sarifweb.azurewebsites.net/)