UNPKG

@ping-identity/dvlint-base-rule-pack

Version:
40 lines 1.09 kB
{ "name": "@ping-identity/dvlint-base-rule-pack", "version": "1.1.5", "description": "Collection of base rules used to lint DaVinci flows.", "main": "RulePack.js", "scripts": { "test": "jest --verbose", "eslint": "eslint -c .eslintrc ./lib/**" }, "repository": { "type": "git", "url": "https://github.com/pingidentity/dvlint-base-rule-pack.git" }, "keywords": [ "pingone", "davinci", "flow", "linter" ], "author": "Ping Identity", "license": "Apache License 2.0", "bugs": { "url": "https://github.com/pingidentity/dvlint/issues" }, "homepage": "https://library.pingidentity.com/page/dvlint-base-rule-pack", "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.30.6", "@typescript-eslint/parser": "^5.30.6", "eslint": "^8.19.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-import": "^2.25.4", "eslint-plugin-prettier": "^4.2.1", "jest": "^29.7.0", "prettier": "^2.7.1" }, "dependencies": { "@ping-identity/dvlint": "^1.0.4" } }