@alza54/eslint-config-typescript
Version:
Strict shareable config for ESLint and TypeScript that I use for my projects
37 lines (36 loc) • 1.03 kB
JSON
{
"name": "@alza54/eslint-config-typescript",
"version": "0.6.1",
"description": "Strict shareable config for ESLint and TypeScript that I use for my projects",
"main": "index.js",
"repository": "https://github.com/alza54/shellcode-styleguide.git",
"bugs": {
"url": "https://github.com/alza54/shellcode-styleguide/issues"
},
"author": "expl0it <expl0it@shellcode.team> (https://github.com/alza54)",
"homepage": "https://github.com/alza54/shellcode-styleguide#readme",
"private": false,
"license": "MIT",
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": ">=2.12.0",
"@typescript-eslint/parser": ">=2.12.0",
"eslint": ">=6.7.2"
},
"dependencies": {
"eslint-import-resolver-typescript": ">=2.0.0"
},
"keywords": [
"shellcode.team",
"alza54",
"expl0it",
"eslint",
"eslint-config",
"typescript-eslint",
"typescript",
"linting"
],
"gitHead": "841dd32b8969922daa259c417f6bb384f15e9118"
}