eslint-plugin-goblock-custom-rules
Version:
ESLint plugin to enforce pattern rules in Clean Architecture (goBlockchain)
55 lines (54 loc) • 1.36 kB
JSON
{
"name": "eslint-plugin-goblock-custom-rules",
"version": "1.0.2",
"description": "ESLint plugin to enforce pattern rules in Clean Architecture (goBlockchain)",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
"license": "MIT",
"keywords": [
"eslint",
"eslintplugin",
"eslint-plugin",
"typescript",
"clean-architecture",
"repository-pattern"
],
"repository": {
"type": "git",
"url": "git+https://github.com/goblockchain/eslint-plugin-custom-rules.git"
},
"author": "Victor Aguiar Ribeiro (goBlockchain)",
"bugs": {
"url": "https://github.com/goblockchain/eslint-plugin-custom-rules/issues"
},
"homepage": "https://github.com/goblockchain/eslint-plugin-custom-rules#readme",
"scripts": {
"build": "tsc",
"prepare": "npm run build",
"prepublishOnly": "npm run build",
"lint": "eslint src --ext .ts",
"test": "jest"
},
"dependencies": {
"@typescript-eslint/utils": "^7.0.0"
},
"devDependencies": {
"typescript": "^5.0.0",
"@types/node": "^20.0.0",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"eslint": "^8.0.0"
},
"peerDependencies": {
"eslint": ">=8.0.0"
},
"engines": {
"node": ">=14.0.0"
},
"files": [
"dist",
"LICENSE",
"README.md",
"package.json"
]
}