UNPKG

eslint-config-zillow

Version:
52 lines (51 loc) 1.35 kB
{ "name": "eslint-config-zillow", "version": "4.0.0", "description": "Zillow's ESLint config, following our code conventions", "main": "index.js", "files": [ "index.js", "jest.js", "mocha.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", "javascript", "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#readme", "engines": { "node": ">= 10.17" }, "peerDependencies": { "babel-eslint": "^10.1.0", "eslint": ">= 7.4.0", "eslint-plugin-import": "^2.22.0", "eslint-plugin-jest": "^24.0.2", "eslint-plugin-jsx-a11y": "^6.3.1", "eslint-plugin-mocha": "^8.0.0", "eslint-plugin-prettier": "^3.1.4", "eslint-plugin-react": "^7.21.2", "eslint-plugin-react-hooks": "^4.1.2", "prettier": "^2.1.2" }, "dependencies": { "eslint-config-zillow-base": "4.0.0", "prettier-config-zillow": "1.3.0" }, "gitHead": "81a952c8db78203b4a2b87178897af5f7cadbf6a" }