Update README.md

This commit is contained in:
Anthony Fu 2022-04-06 20:45:50 +08:00 committed by GitHub
parent 327ab9dd35
commit eaff018580
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,8 @@ For example:
```json
{
"scripts": {
"lint": "eslint ."
"lint": "eslint .",
"lint:fix": "eslint . --fix"
}
}
```