UNPKG

eslint-plugin-lob

Version:

Custom ESLint rules for Lob repositories

45 lines (44 loc) 1.36 kB
{ "name": "eslint-plugin-lob", "version": "3.0.2", "description": "Custom ESLint rules for Lob repositories", "keywords": [ "eslint", "eslintplugin", "eslint-plugin" ], "repository": { "type": "git", "url": "git+https://github.com/lob/eslint-plugin-lob.git" }, "main": "lib/index.js", "scripts": { "lint": "eslint .", "release:major": "changelog -M && git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md' && npm version major && git push origin && git push origin --tags", "release:minor": "changelog -m && git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md' && npm version minor && git push origin && git push origin --tags", "release:patch": "changelog -p && git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md' && npm version patch && git push origin && git push origin --tags", "test": "c8 mocha test --recursive", "test:raw": "mocha test --recursive" }, "devDependencies": { "c8": "^11.0.0", "eslint": "^10.4.0", "eslint-config-lob": "^7.0.0", "generate-changelog": "^1.8.0", "mocha": "^11.7.5" }, "peerDependencies": { "eslint": ">=10.0.0" }, "engines": { "node": ">=24.15.0", "npm": ">=11.0.0" }, "overrides": { "mocha": { "diff": "^9.0.0", "serialize-javascript": "^7.0.5" } }, "license": "MIT" }