UNPKG

@gitlab-formatters/eslint-formatter-gitlab

Version:

Formatter that transforms ESLint reports into a format suitable for use with GitLab widgets.

84 lines (83 loc) 2.6 kB
{ "name": "@gitlab-formatters/eslint-formatter-gitlab", "version": "1.0.1", "description": "Formatter that transforms ESLint reports into a format suitable for use with GitLab widgets.", "keywords": [ "eslint", "eslint-formatter", "eslintformatter", "gitlab", "gitlab-ci" ], "homepage": "https://gitlab.com/gitlab-formatters/eslint-formatter-gitlab", "bugs": { "url": "https://gitlab.com/gitlab-formatters/eslint-formatter-gitlab/-/issues" }, "repository": { "url": "git+ssh://git@gitlab.com/gitlab-formatters/eslint-formatter-gitlab.git" }, "funding": "https://github.com/zavoloklom#how-to-support", "license": "MIT", "author": "Sergey Kupletsky <s.kupletsky@gmail.com> (https://github.com/zavoloklom)", "type": "module", "exports": { "import": "./dist/bundle.mjs", "require": "./dist/bundle.cjs" }, "main": "dist/bundle.cjs", "module": "dist/bundle.mjs", "types": "dist/index.d.ts", "directories": { "test": "tests" }, "files": [ "dist" ], "scripts": { "prebuild": "rimraf dist", "build": "rollup -c", "lint": "eslint .", "lint:fix": "eslint . --fix", "test": "ava --verbose", "test:coverage": "rimraf coverage && mkdir -p coverage && c8 ava --tap | tap-xunit --package='@gitlab-formatters/eslint' > ./coverage/junit.xml" }, "devDependencies": { "@eslint/js": "9.4.0", "@rollup/plugin-commonjs": "25.0.8", "@rollup/plugin-node-resolve": "15.2.3", "@rollup/plugin-typescript": "11.1.6", "@semantic-release/changelog": "6.0.3", "@semantic-release/commit-analyzer": "13.0.0", "@semantic-release/git": "10.0.1", "@semantic-release/gitlab": "13.1.0", "@semantic-release/npm": "12.0.1", "@semantic-release/release-notes-generator": "14.0.0", "@stylistic/eslint-plugin-ts": "2.1.0", "@types/eslint": "8.56.10", "@types/node": "20.14.1", "ajv": "8.15.0", "ava": "6.1.3", "c8": "9.1.0", "conventional-changelog-conventionalcommits": "8.0.0", "eslint": "9.4.0", "eslint-config-prettier": "9.1.0", "eslint-plugin-prettier": "5.1.3", "gitlab-ci-license-checker-parser": "1.0.3", "globals": "15.3.0", "rollup": "4.18.0", "rollup-plugin-dts": "6.1.1", "semantic-release": "24.0.0", "tap-xunit": "2.4.1", "tsimp": "2.0.11", "typescript": "5.4.5", "typescript-eslint": "8.0.0-alpha.26", "typescript-json-schema": "0.63.0" }, "peerDependencies": { "eslint": ">=8 <10" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" } }