-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.prettierignore
26 lines (25 loc) · 1.12 KB
/
.prettierignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# 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
# all developers and build systems are using the same versions of packages,
# which can help to prevent version-related bugs and inconsistencies.
#
# The file is organized as a list of package entries, each of which includes
# the package name, version, and a list of dependencies. Here's an example
# entry:
#
# "typescript":
# version: "4.5.2"
# dependencies:
# - "[email protected]"
# - "[email protected]"
#
# 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". 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
# the same versions of packages.