From 211964613e4f09730b8ff9459f2efa6b3e1bd51f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=20G=C3=B3mez?= Date: Mon, 2 Sep 2024 16:36:26 +0200 Subject: [PATCH] chore: upgrade eslint codely config --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index b2c03e8..8cf0407 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,7 @@ The purpose of this repository is to leave it with the bare minimum dependencies ## Features - [TypeScript](https://www.typescriptlang.org/) (v5) -- [Prettier](https://prettier.io/) -- [ESLint](https://eslint.org/) with: - - [Codely's config](https://github.com/lydell/eslint-plugin-simple-import-sort/) (includes ESLint's recommended rules, Prettier, Import plugin and more) - - [Jest plugin](https://www.npmjs.com/package/eslint-plugin-jest) +- [ESLint](https://eslint.org/) with [Codely's config](https://github.com/lydell/eslint-plugin-simple-import-sort/) (includes ESLint's recommended rules, Prettier, Import plugin and more) - [Jest](https://jestjs.io) - [GitHub Action workflows](https://github.com/features/actions) set up to run tests and linting on push - [SWC](https://swc.rs/): Execute your tests in less than 200ms