We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4477a5b commit dfd1b2cCopy full SHA for dfd1b2c
README.md
@@ -9,6 +9,14 @@
9
<p>You can use it to quickly test new features locally and also do experiments.
10
The purpose of this starter it's to make super quick all the basic setup needed to use plain JS or packages to add.</p>
11
12
+### Tooling
13
+
14
+This starter includes:
15
16
+- [`pnpm`](https://pnpm.io) as the enforced package manager
17
+- [`ESLint`](https://eslint.org) using the new Flat Config format
18
+- [`Prettier`](https://prettier.io) for consistent code formatting
19
20
### Usage notes
21
22
This project uses [`pnpm`](https://pnpm.io) as package manager and enforces its use.
0 commit comments