chore: rm eslint in favor for XO

This commit is contained in:
Cody Miller 2023-12-13 14:37:47 -05:00 committed by GitHub
parent a18a442485
commit b542768e9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ Quick start for Fastify, TypeScript, ESlint, Prettier and DrizzleORM
- Dockerfile including postgres and redis - Dockerfile including postgres and redis
- TypeScript - TypeScript
- ESLint - XO
- Prettier - Prettier
- DrizzleORM - DrizzleORM
- Fastify - Fastify
@ -31,4 +31,4 @@ Quick start for Fastify, TypeScript, ESlint, Prettier and DrizzleORM
5. Make your changes 5. Make your changes
6. Run `yarn lint` to lint your code 6. Run `yarn lint` to lint your code
7. Run `yarn build` to build the project 7. Run `yarn build` to build the project
8. Run `yarn start` to start the production server 8. Run `yarn start` to start the production server