eslint-ts-naming-convention
Version:
Builds config for @typescript-eslint/naming-convention rule
38 lines (37 loc) • 1.18 kB
JSON
{
"name": "eslint-ts-naming-convention",
"description": "Builds config for @typescript-eslint/naming-convention rule",
"homepage": "https://github.com/hjcostabr76/ts-utils/tree/main/packages/eslint-ts-naming-convention#eslint-ts-naming-conventions",
"author": "hjcostabr76 <hjcosta.dev@gmail.com>",
"main": ".dist/index.js",
"types": ".dist/index.d.ts",
"version": "2.0.1-beta",
"repository": {
"type": "git",
"url": "git+https://github.com/hjcostabr76/ts-utils.git"
},
"scripts": {
"test": "echo \"Error: So far, not good... There ain't no tests yet :(\"",
"build": "npm i && npx tsc",
"upgrade": "npx npm-check-updates -u && npm i",
"publish:local": "npm run build & npx yalc push --changed --replace"
},
"dependencies": {
"@hjcostabr76/generics": "0.1.0-beta"
},
"devDependencies": {
"@types/node": "^15.0.2",
"ts-node": "^9.1.1",
"typescript": "^4.2.4"
},
"keywords": [
"eslint",
"lint",
"typescript",
"naming-convention"
],
"files”": [
".dist/index.js"
],
"license": "MIT"
}