prettier-config-zillow
Version:
Zillow's base Prettier config, following our code conventions
30 lines (29 loc) • 793 B
JSON
{
"name": "prettier-config-zillow",
"version": "1.3.0",
"description": "Zillow's base Prettier config, following our code conventions",
"keywords": [
"prettier",
"config",
"zillow",
"javascript"
],
"author": "Daniel Stockman <daniel.stockman@gmail.com> (https://twitter.com/@evocateur)",
"homepage": "https://github.com/zillow/javascript/tree/latest/packages/prettier-config-zillow#readme",
"license": "MIT",
"main": "lib/prettier-config-zillow.js",
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/zillow/javascript.git"
},
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1"
},
"engines": {
"node": ">= 8.9.0"
},
"gitHead": "0514e70ef859e455518997244d88d70e9ede711f"
}