From b542768e9e9a63e38beb38002611ab49e5ae1ae9 Mon Sep 17 00:00:00 2001 From: Cody Miller Date: Wed, 13 Dec 2023 14:37:47 -0500 Subject: [PATCH] chore: rm eslint in favor for XO --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 598149f..054235b 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Quick start for Fastify, TypeScript, ESlint, Prettier and DrizzleORM - Dockerfile including postgres and redis - TypeScript -- ESLint +- XO - Prettier - DrizzleORM - Fastify @@ -31,4 +31,4 @@ Quick start for Fastify, TypeScript, ESlint, Prettier and DrizzleORM 5. Make your changes 6. Run `yarn lint` to lint your code 7. Run `yarn build` to build the project -8. Run `yarn start` to start the production server \ No newline at end of file +8. Run `yarn start` to start the production server