2.0.0 • Published 27 days ago

@studiometa/prettier-formatter-gitlab v2.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
27 days ago

Prettier formatter for GitLab Code Quality

NPM Version

Send Prettier errors to Gitlab's Code Quality reports.

Installation

Install the package with NPM:

npm install -D @studiometa/prettier-formatter-gitlab

Usage

Prettier does not have an option for custom reporter, this package will run a prettier CLI command for you and parse its result to generate the Code Quality report.

prettier-formatter-gitlab 'prettier -l src/'

The report file path will be read from the PRETTIER_CODE_QUALITY_REPORT environment variable or from the .gitlab-ci.yml configuration file when using the code quality report artifacts:

# .gitlab-ci.yml
eslint:
  image: node:20
  script:
    - npm ci
    - prettier-formatter-gitlab 'prettier -l src/'
  artifacts:
    reports:
      codequality: gl-codequality.json

Notes

This project is heavily inspired and borrows some function to the eslint-formatter-gitlab package.

2.0.0-alpha.1

27 days ago

2.0.0-alpha.2

27 days ago

2.0.0

27 days ago

2.0.0-alpha.0

28 days ago

1.1.4

2 months ago

1.1.2

2 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.0

4 years ago