UNPKG

@team23/eslint-config-team23-ts

Version:

A set of eslint rules used by TEAM23 for standard ts projects

47 lines 1.12 kB
{ "name": "@team23/eslint-config-team23-ts", "version": "10.2.2", "description": "A set of eslint rules used by TEAM23 for standard ts projects", "keywords": [ "eslint", "eslintconfig", "TEAM23", "typescript", "ts" ], "author": "TEAM23 GmbH", "license": "MIT", "homepage": "https://github.com/team23/style-guide/tree/main/libs/type-script", "repository": { "type": "git", "url": "https://github.com/team23/style-guide.git", "directory": "libs/type-script" }, "files": [ "./dist/**/*", "./*.md", "./package.json", "./LICENSE" ], "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "exports": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "default": "./dist/index.js" }, "dependencies": { "@stylistic/eslint-plugin": "5.2.2", "eslint-plugin-jsdoc": "^52.0.4", "typescript-eslint": "^8.39.0" }, "devDependencies": { "@types/eslint": "^9.6.1", "jiti": "^2.5.1" }, "peerDependencies": { "eslint": "^9.21.0" }, "module": "./../libs/type-script/src/index.js" }