mirror of
https://github.com/chenasraf/DefinitelyTyped-tools.git
synced 2026-05-18 01:49:03 +00:00
* Converted no-unnecessary-generics from TSLint to ESLint * ...and don't forget dtslint.json * Add missing readFile * Add valid test case from original * Fix spelling of recur Co-authored-by: Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com>
34 lines
875 B
JSON
34 lines
875 B
JSON
{
|
|
"name": "definitelytyped-tools",
|
|
"private": true,
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"scripts": {
|
|
"prepare": "lerna bootstrap --no-ci",
|
|
"pretest": "yarn build",
|
|
"lint": "eslint . --ext .ts",
|
|
"format": "prettier --write 'packages/**/*.ts'",
|
|
"test": "jest",
|
|
"build": "tsc -b .",
|
|
"retag": "node packages/retag/dist/retag.js"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^25.1.3",
|
|
"@types/node": "^14.14.37",
|
|
"@types/yargs": "^15.0.4",
|
|
"@typescript-eslint/eslint-plugin": "^4.8.1",
|
|
"@typescript-eslint/parser": "^4.8.1",
|
|
"eslint": "^7.31.0",
|
|
"eslint-plugin-import": "^2.22.1",
|
|
"eslint-plugin-jsdoc": "^30.7.8",
|
|
"jest": "^25.1.0",
|
|
"lerna": "^4.0.0",
|
|
"prettier": "^2.6.2",
|
|
"ts-jest": "^25.2.1",
|
|
"tslint": "^6.1.2",
|
|
"tslint-microsoft-contrib": "^6.2.0",
|
|
"typescript": "4.7.4"
|
|
}
|
|
}
|