Gathering detailed insights and metrics for @studiometa/prettier-formatter-gitlab
Gathering detailed insights and metrics for @studiometa/prettier-formatter-gitlab
Gathering detailed insights and metrics for @studiometa/prettier-formatter-gitlab
Gathering detailed insights and metrics for @studiometa/prettier-formatter-gitlab
Send Prettier errors to Gitlab's Code Quality reports.
npm install @studiometa/prettier-formatter-gitlab
Typescript
Module System
Node Version
NPM Version
70.6
Supply Chain
79.2
Quality
78.2
Maintenance
100
Vulnerability
98.9
License
JavaScript (100%)
Total Downloads
149,965
Last Day
58
Last Week
2,435
Last Month
9,554
Last Year
84,381
MIT License
5 Stars
170 Commits
1 Forks
6 Watchers
5 Branches
2 Contributors
Updated on May 05, 2025
Minified
Minified + Gzipped
Latest Version
2.1.0
Package Id
@studiometa/prettier-formatter-gitlab@2.1.0
Unpacked Size
16.46 kB
Size
5.53 kB
File Count
11
NPM Version
10.8.2
Node Version
20.18.1
Published on
Dec 12, 2024
Cumulative downloads
Total Downloads
Last Day
87.1%
58
Compared to previous day
Last Week
14.5%
2,435
Compared to previous week
Last Month
-22.6%
9,554
Compared to previous month
Last Year
166.3%
84,381
Compared to previous year
4
1
Send Prettier errors to Gitlab's Code Quality reports.
Install the package with NPM:
1npm install -D @studiometa/prettier-formatter-gitlab
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.
1prettier-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:
1# .gitlab-ci.yml 2prettier: 3 image: node:20 4 script: 5 - npm ci 6 - npx prettier-formatter-gitlab 'prettier -l src/' 7 artifacts: 8 reports: 9 codequality: gl-codequality.json
This project is heavily inspired and borrows some function to the eslint-formatter-gitlab
package.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
2 existing vulnerabilities detected
Details
Reason
8 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 6
Reason
Found 0/24 approved changesets -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
security policy file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-06-30
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More