UNPKG

@equisoft/eslint-config-typescript

Version:

Equisoft's TypeScript ESLint configuration. Based on eslint-config

53 lines 1.6 kB
{ "name": "@equisoft/eslint-config-typescript", "version": "6.0.2", "description": "Equisoft's TypeScript ESLint configuration. Based on eslint-config", "license": "MIT", "main": "index.js", "homepage": "https://github.com/kronostechnologies/standards#readme", "author": { "name": "Equisoft inc.", "url": "https://www.equisoft.com/", "email": "services.administratifs@equisoft.com" }, "repository": { "directory": "javascript/packages/eslint-config-typescript", "sourceDirectory": "javascript/packages/eslint-config-typescript", "type": "git", "url": "https://github.com/kronostechnologies/standards.git" }, "bugs": { "url": "https://github.com/kronostechnologies/standards/issues" }, "keywords": [ "eslint", "eslint-config", "equisoft", "typescript" ], "bin": { "eq-eslint": "eslint.js" }, "dependencies": { "@equisoft/eslint-config": "6.0.2" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^8.44.1", "@typescript-eslint/parser": "^8.44.1", "eslint": "^8.57.1", "eslint-import-resolver-node": "^0.3.9", "eslint-import-resolver-typescript": "^4.4.4", "eslint-plugin-import": "^2.32.0" }, "peerDependencies": { "@microsoft/eslint-formatter-sarif": "^3", "@stylistic/eslint-plugin": "^5", "@typescript-eslint/eslint-plugin": "^8.0.0", "@typescript-eslint/parser": "^8.0.0", "eslint": "^8", "eslint-import-resolver-node": "^0.3", "eslint-import-resolver-typescript": "^4.0.0", "eslint-plugin-import": "^2", "yargs": "^18.0.0" } }