Skip to content

Commit fc1b3cb

Browse files
Add missing comma
1 parent b78aa96 commit fc1b3cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ To integrate this plugin with `stylelint-config-prettier`:
7979
```json
8080
{
8181
"extends": [
82-
"stylelint-prettier/recommended"
82+
"stylelint-prettier/recommended",
8383
"stylelint-config-prettier"
8484
]
8585
}

0 commit comments

Comments
 (0)