@byloth/eslint-config-typescript
Version:
A collection of some common sense linting rules for TypeScript projects. ✔
39 lines (38 loc) • 979 B
JSON
{
"name": "@byloth/eslint-config-typescript",
"version": "3.2.1",
"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": "3.2.1",
"@typescript-eslint/eslint-plugin": "^8.43.0",
"@typescript-eslint/parser": "^8.43.0"
}
}