Open L-Mario564 opened 1 week ago
Setup formatting and linting at the monorepo level.
Prettier and ESLint must be configured with all the plugins present in the previous repo: https://github.com/Kyoso-Team/kyoso-archive/blob/master/package.json.
Create two commands: lint and fmt.
lint
fmt
I've implemented both, although the ESLint Drizzle plugin hasn't been setup since it hasn't been updated for ESLint v8.
Setup formatting and linting at the monorepo level.
Prettier and ESLint must be configured with all the plugins present in the previous repo: https://github.com/Kyoso-Team/kyoso-archive/blob/master/package.json.
Create two commands:
lint
andfmt
.