UNPKG

@byloth/eslint-config-typescript

Version:

A collection of some common sense linting rules for TypeScript projects. ✔

40 lines (39 loc) 1.02 kB
{ "name": "@byloth/eslint-config-typescript", "version": "4.0.2", "description": "A collection of some common sense linting rules for TypeScript projects. ✔", "keywords": [ "ESLint", "TypeScript", "Linting", "Rules", "Configuration" ], "homepage": "https://github.com/Byloth/eslint-config/tree/master/packages/eslint-config-typescript#readme", "repository": { "type": "git", "url": "git+https://github.com/Byloth/eslint-config.git" }, "bugs": { "url": "https://github.com/Byloth/eslint-config/issues" }, "author": { "name": "Matteo Bilotta", "email": "me@byloth.dev", "url": "https://www.byloth.dev/" }, "license": "Apache-2.0", "type": "module", "files": [ "index.mjs", "index.d.ts" ], "main": "index.mjs", "types": "index.d.ts", "dependencies": { "@byloth/eslint-config": "4.0.2", "@typescript-eslint/eslint-plugin": "^8.60.1", "@typescript-eslint/parser": "^8.60.1", "eslint-plugin-import": "^2.32.0" } }