Skip to content

Commit

Permalink
setup(k8s): fix lint script
Browse files Browse the repository at this point in the history
  • Loading branch information
NexZhu committed Dec 4, 2023
1 parent 2bf62de commit 1baee4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions k8s/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "@fgweb/k8s",
"main": "src/index.ts",
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint --fix ."
"lint": "biome check .",
"lint:fix": "biome check --apply ."
},
"dependencies": {
"@pulumi/kubernetes": "^4.5.4",
Expand Down

0 comments on commit 1baee4b

Please sign in to comment.