@madebywild/eslint-config-typescript
Version:
wild's ESLint TS project config
36 lines (35 loc) • 889 B
JSON
{
"name": "@madebywild/eslint-config-typescript",
"version": "0.6.2",
"description": "wild's ESLint TS project config",
"homepage": "https://github.com/madebywild/eslint-config",
"author": "WILD <weare@wild.as> (https://wild.as)",
"license": "MIT",
"bugs": {
"url": "https://github.com/madebywild/eslint-config/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/madebywild/eslint-config.git"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"eslint",
"eslintconfig",
"config",
"wild",
"madebywild",
"typescript"
],
"main": "index.js",
"dependencies": {
"@madebywild/eslint-config-base": "^0.8.0"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2"
},
"gitHead": "cf73583941bafc6296acb7123be1fe98a693d197"
}