From 0abceb2c972af01105d8a405650dbb50b9790f1c Mon Sep 17 00:00:00 2001 From: Sha Mwe La <62544170+shamwela@users.noreply.github.com> Date: Fri, 3 Feb 2023 14:02:43 +0630 Subject: [PATCH] docs: mention eslint in README (#29) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5a9ced0..f581507 100644 --- a/README.md +++ b/README.md @@ -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