UNPKG

eslint-formatter-gitlab

Version:

Show ESLint results directly in the GitLab code quality results

51 lines (50 loc) 1.51 kB
{ "name": "eslint-formatter-gitlab", "version": "6.0.1", "description": "Show ESLint results directly in the GitLab code quality results", "type": "module", "author": "Remco Haszing <remcohaszing@gmail.com>", "license": "MIT", "homepage": "https://gitlab.com/remcohaszing/eslint-formatter-gitlab#readme", "repository": "gitlab:remcohaszing/eslint-formatter-gitlab", "funding": "https://github.com/sponsors/remcohaszing", "bugs": "https://gitlab.com/remcohaszing/eslint-formatter-gitlab/-/issues", "main": "./lib/eslint-formatter-gitlab.js", "types": "./types/eslint-formatter-gitlab.d.ts", "exports": { "types": "./types/eslint-formatter-gitlab.d.ts", "default": "./lib/eslint-formatter-gitlab.js" }, "files": [ "lib", "types" ], "scripts": { "prepack": "tsc --build", "test": "c8 node --test --test-reporter junit --test-reporter-destination=junit.xml --test-reporter spec --test-reporter-destination stdout" }, "keywords": [ "eslint", "eslint-formatter", "eslintformatter", "gitlab", "gitlab-ci" ], "dependencies": { "eslint-formatter-codeclimate": "^1.0.0", "yaml": "^2.0.0" }, "peerDependencies": { "eslint": ">=9" }, "devDependencies": { "@remcohaszing/eslint": "^11.0.0", "@types/node": "^22.0.0", "c8": "^10.0.0", "codeclimate-types": "^0.3.0", "prettier": "^3.0.0", "remark-cli": "^12.0.0", "remark-preset-remcohaszing": "^3.0.0", "typescript": "^5.0.0" } }