Skip to content

Commit dfd1b2c

Browse files
committed
update tooling documentation
1 parent 4477a5b commit dfd1b2c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@
99
<p>You can use it to quickly test new features locally and also do experiments.
1010
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>
1111

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+
1220
### Usage notes
1321

1422
This project uses [`pnpm`](https://pnpm.io) as package manager and enforces its use.

0 commit comments

Comments
 (0)