We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1290ebe commit 2cb5ed3Copy full SHA for 2cb5ed3
1 file changed
README.md
@@ -30,7 +30,7 @@ Add the following to your `package.json`
30
"prettier": "prettier-config-atomic",
31
"scripts": {
32
"format": "prettier --write .",
33
- "test.format": "prettier . --check",
+ "test.format": "prettier . --check"
34
}
35
```
36
and run `npm run format` to format the files. You can also use `npm run test.format` in the CI to test formatting of the project.
0 commit comments