Skip to content

Commit ef19ad2

Browse files
authored
Update B-code-formatting.md
Add css and html to format in package.json
1 parent 0fd46f0 commit ef19ad2

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)