Skip to content

Commit

Permalink
fix: lint ts command
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoEscaleira committed Mar 6, 2024
1 parent 96502e3 commit e8a7157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"build": "tsc && vite build",
"lint": "yarn lint:eslint && yarn lint:ts",
"lint:eslint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0 --fix",
"lint:ts": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0 --fix",
"lint:ts": "tsc --noEmit",
"preview": "vite preview",
"compile:gql": "graphql-codegen"
},
Expand Down

0 comments on commit e8a7157

Please sign in to comment.