Skip to content

Commit ab785a6

Browse files
authored
add linter and formatter installation to README
1 parent 2060993 commit ab785a6

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,13 @@ cd frontend
6464
npm install
6565
```
6666

67-
3. Start the frontend development server:
67+
3. Install linter (ESLint) and formatter (Prettier)
68+
```
69+
npm install -D eslint @typescript-eslint/parser @typescript-eslint/eslint-plugin
70+
npm install -D prettier
71+
```
72+
73+
4. Start the frontend development server:
6874

6975
```
7076
npm run build

0 commit comments

Comments
 (0)