Skip to content

Commit 5169281

Browse files
committed
fix: update lint-staged configuration to include gql files and remove unused AppUtilization fragment
1 parent 7c14e50 commit 5169281

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@
8080
}
8181
},
8282
"lint-staged": {
83-
"*.{js,ts,svelte,css,md,json}": "prettier --write .",
84-
"*.{js,ts,svelte}": [
83+
"*.{js,ts,svelte,gql,css,md,json}": "prettier --write .",
84+
"*.{js,ts,svelte,gql}": [
8585
"eslint --fix .",
8686
"svelte-check --tsconfig ./tsconfig.json --fail-on-warnings"
8787
]

src/routes/team/[team]/[env]/app/[app]/+page.gql

-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ query App($app: String!, $team: Slug!, $env: String!) {
6161
}
6262

6363
...AppInstances
64-
...AppUtilization
6564
...Persistence
6665
...WorkloadDeploy
6766
...WorkloadImage

0 commit comments

Comments
 (0)