@ethereumjs/config-prettier
Version:
Common formatting configuration for `EthereumJS` libraries.
21 lines (20 loc) • 510 B
JSON
{
"name": "@ethereumjs/config-prettier",
"version": "1.1.1",
"main": "prettier.json",
"license": "MIT",
"repository": "git@github.com:ethereumjs/ethereumjs-config.git",
"author": "Krzysztof Kaczor <chris@kaczor.io>",
"files": [
"prettier.json",
"cli"
],
"bin": {
"ethereumjs-config-format": "./cli/format.sh",
"ethereumjs-config-format-fix": "./cli/format-fix.sh"
},
"publishConfig": {
"access": "public"
},
"gitHead": "b02ee5c3c9fd8c22af5a3088985228139b247455"
}