Skip to content

Commit

Permalink
🔧 Add script for ESLint
Browse files Browse the repository at this point in the history
  • Loading branch information
alejsdev authored Mar 8, 2024
1 parent 21fdff9 commit 5e48da3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions new-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5e48da3

Please sign in to comment.