UNPKG

@exadel/eslint-config-esl

Version:

Shared ESLint config used by ESL (@exadel/esl) team. Internal projects usage.

47 lines (46 loc) 1.21 kB
{ "name": "@exadel/eslint-config-esl", "type": "module", "private": false, "version": "5.3.2", "keywords": [ "eslint", "eslint-config", "esl" ], "publishConfig": { "access": "public", "scope": "@exadel" }, "license": "MIT", "description": "Shared ESLint config used by ESL (@exadel/esl) team. Internal projects usage.", "main": "index.js", "sideEffects": false, "scripts": { "test": "", "lint": "", "pack": "npm pack --pack-destination ../../target/" }, "dependencies": { "@eslint/js": "^9.24.0", "@stylistic/eslint-plugin": "^4.2.0", "@stylistic/eslint-plugin-jsx": "^4.2.0", "eslint-import-resolver-typescript": "^4.3.2", "eslint-plugin-import-x": "4.10.2", "eslint-plugin-sonarjs": "^3.0.2", "eslint-plugin-tsdoc": "^0.4.0", "globals": "^16.0.0", "typescript-eslint": "^8.29.1" }, "peerDependencies": { "eslint": ">=9.0.0" }, "maintainers": [ "ala-n <astsefanovich@exadel.com>", "yadamska <yadamska@exadel.com>", "dshovchko <dshovchko@exadel.com>", "abarmina <abarmina@exadel.com>", "alesun <alesun@exadel.com>" ], "gitHead": "3618a688aded5eb9a9deaf614a0fb4160254835a" }