docs: mention eslint in README (#29)

This commit is contained in:
Sha Mwe La
2023-02-03 14:02:43 +06:30
committed by GitHub
parent a9631d0e1e
commit 0abceb2c97
+2
View File
@@ -98,6 +98,7 @@ Documentation can be read in two formats\_ _markdown_ & _blog post_.
**Code Formatting** - [Prettier](https://prettier.io/)
**Deployment** - [Cloudflare Pages](https://pages.cloudflare.com/)
**Illustration in About Page** - [https://freesvgillustration.com](https://freesvgillustration.com/)
**Linting** - [ESLint](https://eslint.org)
## 👨🏻‍💻 Running Locally
@@ -137,6 +138,7 @@ All commands are run from the root of the project, from a terminal:
| `npm run format` | Format codes with Prettier |
| `npm run sync` | Generates TypeScript types for all Astro modules. [Learn more](https://docs.astro.build/en/reference/cli-reference/#astro-sync). |
| `npm run cz` | Commit code changes with commitizen |
| `npm run lint` | Lint with ESLint |
## ✨ Feedback & Suggestions