Merge pull request #47 from blockstack/feature/prettier

feat: Update Prettier to version with trailing comma
This commit is contained in:
kyranjamie
2020-01-09 12:24:59 +01:00
parent 7f7e4948ef
commit 5ee35e07d7
4 changed files with 14 additions and 9 deletions

View File

@@ -0,0 +1,8 @@
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2

View File

@@ -1,4 +1 @@
module.exports = {
...require('@blockstack/prettier-config'),
trailingComma: "es5",
};
module.exports = require('@blockstack/prettier-config');

View File

@@ -20,7 +20,7 @@
"license": "MIT",
"dependencies": {
"@blockstack/keychain": "^0.1.0",
"@blockstack/prettier-config": "^0.0.3",
"@blockstack/prettier-config": "^0.0.4",
"@blockstack/ui": "^1.0.0-alpha.6",
"formik": "^2.0.3",
"react": "^16.11.0",

View File

@@ -852,10 +852,10 @@
jsontokens "^3.0.0-alpha.0"
triplesec "^3.0.27"
"@blockstack/prettier-config@^0.0.3":
version "0.0.3"
resolved "https://registry.yarnpkg.com/@blockstack/prettier-config/-/prettier-config-0.0.3.tgz#2ef0eeb9f06cea73b069ac3d1abdbd9f6ccf97d7"
integrity sha512-SmNPAaozcG+41enJHSH/4DL9vg3snNPzLOAeo6WbX4rIPiMygNJVo1hdknDUP8fdn4niwvL/9k746N5yTRThAA==
"@blockstack/prettier-config@^0.0.4":
version "0.0.4"
resolved "https://registry.yarnpkg.com/@blockstack/prettier-config/-/prettier-config-0.0.4.tgz#b051cd5eb66ff9ec61b0776f0eecc5a8437196d7"
integrity sha512-fiDOBRLpm/Sv34qx9GsNer38qyTkp+rDRs74rrVd9Nn0JZVHoV97W98o81+6E9Bd+xvnY6JV+g1gA1P60RBCYA==
"@blockstack/ui@^1.0.0-alpha.6":
version "1.0.0-alpha.6"