mirror of
https://github.com/zhigang1992/connect.git
synced 2026-04-24 21:25:48 +08:00
Merge pull request #47 from blockstack/feature/prettier
feat: Update Prettier to version with trailing comma
This commit is contained in:
8
packages/app/.editorconfig
Normal file
8
packages/app/.editorconfig
Normal file
@@ -0,0 +1,8 @@
|
||||
root = true
|
||||
|
||||
[*]
|
||||
charset = utf-8
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
@@ -1,4 +1 @@
|
||||
module.exports = {
|
||||
...require('@blockstack/prettier-config'),
|
||||
trailingComma: "es5",
|
||||
};
|
||||
module.exports = require('@blockstack/prettier-config');
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user