chore: lint fix nodejs

This commit is contained in:
2025-12-08 14:49:32 -05:00
parent c2d1d85180
commit 184895a0e0
5 changed files with 5 additions and 7 deletions

View File

@@ -35,6 +35,10 @@
"packageName": "@kiterun/incus",
"packageDescription": "A Pulumi package for creating and managing incus cloud resources.",
"readme": "\u003e This provider is a derived work of the [Terraform Provider](https://github.com/lxc/terraform-provider-incus)\n\u003e distributed under [MPL 2.0](https://www.mozilla.org/en-US/MPL/2.0/). If you encounter a bug or missing feature,\n\u003e first check the [`pulumi-incus` repo](https://git.kalinow.ski/kiterun/pulumi-incus/issues); however, if that doesn't turn up anything,\n\u003e please consult the source [`terraform-provider-incus` repo](https://github.com/lxc/terraform-provider-incus/issues).",
"devDependencies": {
"@types/node": "^24.10.1",
"oxfmt": "^0.17.0"
},
"typescriptVersion": "^5.8.3",
"compatibility": "tfbridge20",
"disableUnionOutputTypes": true,