UNPKG

@kong/eslint-config-kong-ui

Version:

Sharable ESLint configuration for Kong's frontend repositories

134 lines (133 loc) 3.27 kB
{ "name": "@kong/eslint-config-kong-ui", "version": "1.6.0", "description": "Sharable ESLint configuration for Kong's frontend repositories", "main": "configs/index.mjs", "type": "module", "files": [ "configs" ], "exports": { ".": "./configs/index.mjs", "./default": "./configs/index.mjs", "./json": "./configs/json.mjs", "./cypress": "./configs/cypress.mjs", "./package.json": "./package.json" }, "publishConfig": { "access": "public" }, "scripts": { "lint": "eslint", "lint:fix": "eslint --fix", "semantic-release": "semantic-release", "commit": "cz" }, "dependencies": { "@eslint/js": "^9.37.0", "@stylistic/eslint-plugin": "^5.4.0", "eslint-plugin-cypress": "^5.2.0", "eslint-plugin-jsonc": "^2.21.0", "eslint-plugin-n": "^17.23.1", "eslint-plugin-promise": "^7.2.1", "eslint-plugin-vue": "^10.5.0", "globals": "^15.15.0", "jsonc-eslint-parser": "^2.4.0", "typescript-eslint": "^8.46.1", "vue-eslint-parser": "^10.2.0" }, "peerDependencies": { "eslint": ">= 9.37.0" }, "devDependencies": { "@commitlint/cli": "^19.8.1", "@commitlint/config-conventional": "^19.8.1", "@digitalroute/cz-conventional-changelog-for-jira": "^8.0.1", "@evilmartians/lefthook": "^1.13.6", "@semantic-release/changelog": "^6.0.3", "commitizen": "^4.3.1", "cz-conventional-changelog": "^3.3.0", "eslint": "^9.37.0", "semantic-release": "^25.0.2" }, "pnpm": { "onlyBuiltDependencies": [ "@evilmartians/lefthook" ] }, "repository": { "type": "git", "url": "git+https://github.com/Kong/eslint-config-kong-ui.git" }, "keywords": [ "eslint", "eslintconfig", "kong" ], "author": { "name": "Kong Inc.", "url": "https://konghq.com/" }, "license": "Apache-2.0", "bugs": { "url": "https://github.com/Kong/eslint-config-kong-ui/issues" }, "homepage": "https://github.com/Kong/eslint-config-kong-ui#readme", "release": { "branches": [ "+([0-9])?(.{+([0-9]),x}).x", "main", "next", "next-major", { "name": "beta", "prerelease": true }, { "name": "alpha", "prerelease": true } ], "plugins": [ "@semantic-release/commit-analyzer", "@semantic-release/release-notes-generator", [ "@semantic-release/changelog", { "changelogFile": "CHANGELOG.md" } ], "@semantic-release/npm", [ "@semantic-release/git", { "assets": [ "CHANGELOG.md", "package.json", "src/component-list.ts", "scripts/utilities/__snapshots__/generate-icon-components.spec.ts.snap" ] } ], "@semantic-release/github" ] }, "engines": { "node": ">=18.0.0" }, "volta": { "node": "24.10.0", "pnpm": "10.18.3" }, "config": { "commitizen": { "path": "./node_modules/@digitalroute/cz-conventional-changelog-for-jira", "skipScope": false, "jiraOptional": true, "jiraLocation": "post-description", "jiraPrepend": "[", "jiraAppend": "]" } }, "packageManager": "pnpm@10.18.3" }