@rushstack/eslint-config
Version:
A TypeScript ESLint ruleset designed for large teams and projects
46 lines • 1.22 kB
JSON
{
"name": "@rushstack/eslint-config",
"version": "4.6.1",
"description": "A TypeScript ESLint ruleset designed for large teams and projects",
"license": "MIT",
"repository": {
"url": "https://github.com/microsoft/rushstack.git",
"type": "git",
"directory": "eslint/eslint-config"
},
"homepage": "https://rushstack.io",
"keywords": [
"eslint",
"eslint-config",
"monorepo",
"rush",
"scalable",
"scale",
"typescript"
],
"peerDependencies": {
"eslint": "^8.57.0 || ^9.25.1",
"typescript": ">=4.7.0"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "~8.46.0",
"@typescript-eslint/utils": "~8.46.0",
"@typescript-eslint/parser": "~8.46.0",
"@typescript-eslint/typescript-estree": "~8.46.0",
"eslint-plugin-promise": "~7.2.1",
"eslint-plugin-react": "~7.37.5",
"eslint-plugin-tsdoc": "~0.5.0",
"@rushstack/eslint-patch": "1.15.0",
"@rushstack/eslint-plugin-packlets": "0.14.0",
"@rushstack/eslint-plugin": "0.22.1",
"@rushstack/eslint-plugin-security": "0.13.0"
},
"devDependencies": {
"eslint": "~9.37.0",
"typescript": "~5.8.2"
},
"scripts": {
"build": "",
"_phase:build": ""
}
}