eslint-config-zillow-typescript
Version:
Zillow's ESLint config for TypeScript, following our code conventions
45 lines (44 loc) • 1.17 kB
JSON
{
"name": "eslint-config-zillow-typescript",
"version": "1.0.0",
"description": "Zillow's ESLint config for TypeScript, following our code conventions",
"main": "index.js",
"files": [
"index.js",
"prettier.config.js",
"rules"
],
"scripts": {
"test": "echo \"Run tests from root\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/zillow/javascript"
},
"keywords": [
"eslint",
"eslintconfig",
"config",
"zillow",
"typescript",
"code conventions"
],
"author": "Daniel Stockman <daniel.stockman@gmail.com> (https://twitter.com/@evocateur)",
"license": "MIT",
"homepage": "https://github.com/zillow/javascript/tree/latest/packages/eslint-config-zillow-typescript#readme",
"engines": {
"node": ">= 10.17"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^4.2.0",
"@typescript-eslint/parser": "^4.2.0",
"eslint": ">=7.4.0",
"eslint-plugin-prettier": "^3.1.4",
"prettier": "^2.1.2",
"typescript": "^4.0.3"
},
"dependencies": {
"prettier-config-zillow": "1.3.0"
},
"gitHead": "81a952c8db78203b4a2b87178897af5f7cadbf6a"
}