eslint-plugin-return-type
Version:
ESlint plugin to enforces the access of specific return types.
55 lines (54 loc) • 1.43 kB
JSON
{
"name": "eslint-plugin-return-type",
"description": "ESlint plugin to enforces the access of specific return types.",
"version": "1.0.35",
"repository": {
"type": "git",
"url": "https://github.com/knowledge-work/eslint-plugin-return-type.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"keywords": [
"eslint",
"eslintplugin",
"lint",
"rule",
"check",
"return",
"type",
"enforce",
"access"
],
"author": "yoshiko-pg",
"license": "MIT",
"main": "dist/index.js",
"files": [
"dist"
],
"prettier": "prettier-config-kwork",
"scripts": {
"clean": "rimraf dist",
"build": "tsc --project tsconfig.build.json",
"test": "jest",
"preversion": "echo \"Run check for version $npm_package_version\" && run-s clean build test",
"publish": "npm publish . --access public --registry=https://registry.npmjs.org && git push origin main && git push --tags"
},
"dependencies": {
"@typescript-eslint/utils": "7.18.0"
},
"devDependencies": {
"@types/jest": "30.0.0",
"@types/node": "22.18.6",
"@typescript-eslint/parser": "7.18.0",
"@typescript-eslint/rule-tester": "7.18.0",
"eslint": "8.57.1",
"jest": "30.1.3",
"npm-run-all2": "6.2.6",
"prettier": "3.6.2",
"prettier-config-kwork": "0.0.33",
"rimraf": "5.0.10",
"ts-jest": "29.4.2",
"typescript": "5.9.2"
}
}