LlamaFinetuneGGUF commited on
Commit
aa2990c
·
unverified ·
1 Parent(s): 6a3a6c7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -208,6 +208,7 @@ pnpm run dev
208
  - `pnpm run typecheck`: Runs TypeScript type checking.
209
  - `pnpm run typegen`: Generates TypeScript types using Wrangler.
210
  - `pnpm run deploy`: Builds the project and deploys it to Cloudflare Pages.
 
211
 
212
  ## Development
213
 
 
208
  - `pnpm run typecheck`: Runs TypeScript type checking.
209
  - `pnpm run typegen`: Generates TypeScript types using Wrangler.
210
  - `pnpm run deploy`: Builds the project and deploys it to Cloudflare Pages.
211
+ - `pnpm run lint:fix`: Runs the linter and automatically fixes issues according to your ESLint configuration.
212
 
213
  ## Development
214