From d9db74cb594b406a5bbb3b8bac81964f4cb8ed27 Mon Sep 17 00:00:00 2001 From: maropboia <164220066+maropboia@users.noreply.github.com> Date: Fri, 3 May 2024 11:38:41 +0600 Subject: [PATCH] improve --- .prettierignore | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.prettierignore b/.prettierignore index 15037da16..b7e76287e 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,5 +1,5 @@ # pnpm-lock.yaml -# + # This is the lockfile generated by pnpm, a package manager for Node.js. It # records the exact versions of all packages that are installed in the current # project, as well as their dependencies. This file is used to ensure that @@ -13,12 +13,13 @@ # "typescript": # version: "4.5.2" # dependencies: -# ts-node: "10.4.0" -# tslib: "2.3.1" +# - "ts-node@10.4.0" +# - "tslib@2.3.1" # # In this example, the "typescript" package is pinned to version "4.5.2", and # it has two dependencies: "ts-node" version "10.4.0" and "tslib" version -# "2.3.1". +# "2.3.1". The dependencies are represented as an array of strings, with +# each string in the format "package-name@version". # # It's important to note that this file should be checked into version control # alongside the rest of the project code, so that all collaborators are using