Run prettier to format all JSON.

This commit is contained in:
Logan Smyth 2018-03-19 18:26:46 -07:00
parent 669f6b97b2
commit edb0a70e14

View File

@ -16,19 +16,10 @@
"cacheDir": ".changelog",
"commands": {
"publish": {
"ignore": [
"*.md",
"test/**",
"codemods/**"
]
"ignore": ["*.md", "test/**", "codemods/**"]
}
},
"packages": [
"packages/*",
"codemods/*"
],
"packages": ["packages/*", "codemods/*"],
"npmClient": "yarn",
"npmClientArgs": [
"--no-lockfile"
]
"npmClientArgs": ["--no-lockfile"]
}