@amollo-lint/commitlint-plugin-card-id
Version:
recognition and inclusion of the card ID
46 lines (45 loc) • 1.08 kB
JSON
{
"name": "@amollo-lint/commitlint-plugin-card-id",
"scopeCommitName": "cpci",
"version": "1.3.0",
"license": "MIT",
"description": "recognition and inclusion of the card ID",
"author": {
"name": "amollo-ui",
"email": "amolloui@gmail.com"
},
"keywords": [
"commitlint",
"commitlint-card",
"commitlint-id",
"commitlintplugin",
"commitlint-plugin",
"amollo",
"linter"
],
"files": [
"index.js",
"lib/*"
],
"publishConfig": {
"access": "public"
},
"homepage": "https://github.com/amollo-ui/amollo-lint/tree/master/packages/@commitlint/commitlint-plugin-card-id#readme",
"bugs": {
"url": "https://github.com/amollo-ui/amollo-lint/issues"
},
"repository": {
"type": "git",
"url": "git@github.com:amollo-ui/amollo-lint.git"
},
"main": "index.js",
"scripts": {
"lint": "eslint \"./**/*.js\"",
"lint:fix": "yarn lint --fix",
"prepublishOnly": "yarn lint:fix && yarn lint"
},
"devDependencies": {
"@amollo-lint/eslint-config-js": "^1.1.0",
"eslint": "^8.9.0"
}
}