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

View File

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