From a20ee7cc0c2bce30610be93196ced117d1280096 Mon Sep 17 00:00:00 2001 From: TimMikeladze Date: Thu, 29 Dec 2022 03:20:27 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20=F0=9F=93=9A=20eslint=20typo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit eslint typo 🐛 Bugfix, 📚 Documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b8236cf..6d9b7be 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Remaining simple at its core, this project is packed with useful tools that enha ##### 🧑‍🎨 Lint and format -- ☑️ [ESLint](https://eslint.org/) - A linter for JavaScript. Includes a simple configuration for React projects based on the recommended ESLint and AirBnB configs. +- ☑️ [ESLint](https://eslint.org/) - A linter for JavaScript. Includes a simple configuration for React projects based on the recommended NextJS ESLint config. - 🎨 [Prettier](https://prettier.io/) - An opinionated code formatter. - 🚫 [lint-staged](https://github.com/okonet/lint-staged) — Run linters on git staged files - 🐶 [Husky](https://github.com/typicode/husky) — Running scripts before committing.