Browse Source

add eslint-config-prettier@6.10.0

pull/3/head
Nicolas Beaussart 6 years ago
parent
commit
9b05dee909
  1. 1
      package.json
  2. 12
      yarn.lock

1
package.json

@ -31,6 +31,7 @@
"eslint": "5.13.0",
"eslint-config-oclif": "3.1.0",
"eslint-config-oclif-typescript": "0.1.0",
"eslint-config-prettier": "6.10.0",
"globby": "10.0.2",
"husky": "4.2.1",
"prettier": "1.19.1",

12
yarn.lock

@ -906,6 +906,13 @@ eslint-config-oclif@3.1.0, eslint-config-oclif@^3.1.0:
eslint-plugin-node "^7.0.1"
eslint-plugin-unicorn "^6.0.1"
eslint-config-prettier@6.10.0:
version "6.10.0"
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-6.10.0.tgz#7b15e303bf9c956875c948f6b21500e48ded6a7f"
integrity sha512-AtndijGte1rPILInUdHjvKEGbIV06NuvPrqlIEaEaWtbtvJh464mDeyGMdZEQMsGvC0ZVkiex1fSNcC4HAbRGg==
dependencies:
get-stdin "^6.0.0"
eslint-config-xo-space@^0.20.0:
version "0.20.0"
resolved "https://registry.yarnpkg.com/eslint-config-xo-space/-/eslint-config-xo-space-0.20.0.tgz#75e1fb86d1b052fc1cc3036ca2fa441fa92b85e4"
@ -1258,6 +1265,11 @@ functional-red-black-tree@^1.0.1:
resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327"
integrity sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=
get-stdin@^6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-6.0.0.tgz#9e09bf712b360ab9225e812048f71fde9c89657b"
integrity sha512-jp4tHawyV7+fkkSKyvjuLZswblUtz+SQKzSWnBbii16BuZksJlU1wuBYXY75r+duh/llF1ur6oNwi+2ZzjKZ7g==
get-stream@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-3.0.0.tgz#8e943d1358dc37555054ecbe2edb05aa174ede14"

Loading…
Cancel
Save