Skip to content

Commit

Permalink
Fix format chaining
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Sachs <[email protected]>
  • Loading branch information
paul-sachs committed Dec 3, 2024
1 parent af126b2 commit 9a180ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/connect-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"build:esm": "tsc --project tsconfig.build.json --outDir ./dist/esm --declaration --declarationDir ./dist/esm",
"test": "vitest --run",
"test:watch": "vitest --watch",
"format": "prettier . --write --ignore-path ./.eslintignore && eslint . --fix",
"format": "prettier . --write --ignore-path ./.eslintignore",
"license-header": "license-header",
"lint": "eslint --max-warnings 0 .",
"attw": "attw --pack"
Expand Down
3 changes: 2 additions & 1 deletion packages/examples/react/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"license-header": "license-header",
"test": "vitest --run",
"test:watch": "vitest --watch --ui",
"format": "prettier --write . '!src/gen' && eslint . --fix && license-header"
"lint": "eslint --max-warnings 0 .",
"format": "prettier --write . '!src/gen'"
},
"dependencies": {
"@bufbuild/buf": "1.46.0",
Expand Down

0 comments on commit 9a180ec

Please sign in to comment.