Skip to content

Commit 2ee9c1d

Browse files
authored
Merge pull request #15 from nikolalardev/patch-1
Update B-code-formatting.md
2 parents 0fd46f0 + ef19ad2 commit 2ee9c1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lessons/03-tools/B-code-formatting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ First run `npm install -D [email protected]` `-D` means it's for development only.
4343

4444
```json
4545
"scripts": {
46-
"format": "prettier --write \"src/**/*.{js,jsx}\""
46+
"format": "prettier --write \"src/**/*.{js,jsx,css,html}\""
4747
},
4848
```
4949

0 commit comments

Comments
 (0)