diff --git a/package.json b/package.json index 6af7b34..95ed64d 100644 --- a/package.json +++ b/package.json @@ -30,6 +30,7 @@ "node-pty": "^0.9.0", "p-queue": "^6.6.2", "parse-passwd": "^1.0.0", + "prettier": "^2.3.1", "regenerator-runtime": "^0.13.7", "shell-quote": "^1.7.2", "strip-ansi": "^6.0.0", diff --git a/yarn.lock b/yarn.lock index 3d37d81..08766f3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3487,6 +3487,11 @@ postcss@^8.2.15: nanoid "^3.1.23" source-map-js "^0.6.2" +prettier@^2.3.1: + version "2.3.1" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.3.1.tgz#76903c3f8c4449bc9ac597acefa24dc5ad4cbea6" + integrity sha512-p+vNbgpLjif/+D+DwAZAbndtRrR0md0MwfmOVN9N+2RgyACMT+7tfaRnT+WDPkqnuVwleyuBIG2XBxKDme3hPA== + process-nextick-args@~2.0.0: version "2.0.1" resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz#7820d9b16120cc55ca9ae7792680ae7dba6d7fe2"