Skip to content

Commit

Permalink
Add Sponsor badge to extension (#455)
Browse files Browse the repository at this point in the history
You can also have the Sponsor badge appear in the header on the marketplace. Example here: marketplace.visualstudio.com/items?itemName=HTMLHint.vscode-htmlhint.

To add that to the extension you just need to add this to the extension's package.json

  "sponsor": {
    "url": "https://opencollective.com/stylelint"
  }
  • Loading branch information
coliff authored May 15, 2023
1 parent 3e9d781 commit 945106b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
"homepage": "https://github.com/stylelint/vscode-stylelint#readme",
"bugs": "https://github.com/stylelint/vscode-stylelint/issues",
"qna": "https://stackoverflow.com/questions/tagged/vscode+stylelint",
"sponsor": {
"url": "https://opencollective.com/stylelint"
},
"icon": "media/stylelint.png",
"engines": {
"vscode": ">=1.56.0",
Expand Down

0 comments on commit 945106b

Please sign in to comment.