Pulumi code for my server setup
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

enable pulumi eslint plugin

+1 -1
+1 -1
.oxlintrc.json
··· 1 1 { 2 2 "$schema": "./node_modules/oxlint/configuration_schema.json", 3 3 "plugins": ["import", "node", "eslint", "typescript", "oxc", "promise"], 4 - //"jsPlugins": ["@pulumi/eslint-plugin"], 4 + "jsPlugins": ["@pulumi/eslint-plugin"], 5 5 "rules": { 6 6 "no-unused-vars": "off" 7 7 }