Browse Source

🔧 Add script for ESLint

pull/13907/head
Alejandra 1 year ago
committed by GitHub
parent
commit
5e48da384e
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      new-frontend/package.json

1
new-frontend/package.json

@ -6,6 +6,7 @@
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint ./src --ext .ts,.tsx --fix",
"format": "prettier --write ./src/**/*.{ts,tsx,js,jsx,json,md} --ignore-path .prettierignore",
"preview": "vite preview",
"generate-client": "openapi --input ./openapi.json --useOptions --useUnionTypes --output ./src/client --client axios --exportSchemas true"

Loading…
Cancel
Save