Skip to content

Commit

Permalink
fix lint pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelvlach committed Jul 14, 2024
1 parent 3c21ef5 commit a63feba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions agdb_api/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"scripts": {
"build": "tsc && npx copyfiles -f src/schema.d.ts dist/",
"test": "bash test.sh",
"lint": "eslint --max-warnings=0 \"**/*.ts **/*.js\" --fix",
"lint:check": "eslint --max-warnings=0 \"**/*.ts **/*.js\"",
"lint": "eslint --max-warnings=0 \"**/*.ts\" \"**/*.js\" --fix",
"lint:check": "eslint --max-warnings=0 \"**/*.ts\" \"**/*.js\"",
"format": "prettier --write src/ tests/",
"format:check": "prettier --check src/ tests/",
"openapi": "npx openapicmd typegen ../../agdb_server/openapi/schema.json > src/schema.d.ts",
Expand Down

0 comments on commit a63feba

Please sign in to comment.