UNPKG

@transferwise/eslint-plugin

Version:
32 lines (31 loc) 864 B
{ "name": "@transferwise/eslint-plugin", "version": "0.3.0", "description": "TransferWise ESLint plugin", "main": "./index.js", "scripts": { "test": "jest && yarn check-release-to-github", "check-release-to-github": "release-to-github-with-changelog-pre-release-checks", "release-to-github": "release-to-github-with-changelog --branch=main" }, "repository": { "type": "git", "url": "git+https://github.com/transferwise/eslint-plugin.git" }, "keywords": [ "transferwise", "eslint", "plugin", "eslintplugin" ], "license": "MIT", "bugs": { "url": "https://github.com/transferwise/eslint-plugin/issues" }, "homepage": "https://github.com/transferwise/eslint-plugin#readme", "devDependencies": { "eslint": "^9.12.0", "jest": "^29.5.0", "release-to-github-with-changelog": "^1.2.4" } }