A CodeClimate compatible formatter for Stylelint
npm install stylelint-formatter-codeclimate> A CodeClimate compatible formatter for Stylelint






Using npm:
``bash`
npm install --save-dev stylelint-formatter-codeclimate
Using yarn:
`bash`
yarn add --dev stylelint-formatter-codeclimate
Using pnpm:
`bash`
pnpm install --dev stylelint-formatter-codeclimate
`bash`
npx stylelint "*.css" --custom-formatter=node_modules/stylelint-formatter-codeclimate
`yaml
lint:
script:
- npx stylelint "*.css" --custom-formatter=node_modules/stylelint-formatter-codeclimate --output-file=gl-code-quality-report.json
artifacts:
reports:
codeclimate: gl-code-quality-report.json
``