JSPM

stylelint-formatter-codeclimate

1.1.0
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 774
    • Score
      100M100P100Q106062F
    • License MIT

    A CodeClimate compatible formatter for Stylelint

    Package Exports

    • stylelint-formatter-codeclimate

    Readme

    stylelint-formatter-codeclimate

    A CodeClimate compatible formatter for Stylelint

    GitLab Latest stable version Build status Coverage status Minimal NodeJS version License

    Install

    Using npm:

    npm install --save-dev stylelint-formatter-codeclimate

    Using yarn:

    yarn add --dev stylelint-formatter-codeclimate

    Using pnpm:

    pnpm install --dev stylelint-formatter-codeclimate

    Usage

    Stylelint CLI

    npx stylelint "*.css" --custom-formatter=node_modules/stylelint-formatter-codeclimate

    GitLab CI

    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