Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kravetsone/vscode-publint

This extension allows you to check the package.json for errors
https://github.com/kravetsone/vscode-publint

linter package-json vscode vscode-extension

Last synced: 26 days ago
JSON representation

This extension allows you to check the package.json for errors

Awesome Lists containing this project

README

        





publint, but in VS Code


Lint packaging errors. Ensure compatibility across environments. All in VS Code.



Try it online


Visual Studio Marketplace Version
Visual Studio Marketplace Downloads

![image](https://github.com/kravetsone/vscode-publint/assets/57632712/0232b740-2a55-4979-bbb5-6582b30f6592)


We recommend using it together with the [Error Lens](https://marketplace.visualstudio.com/items?itemName=usernamehw.errorlens) extension.

### Configuration (all with `vscode-publint.` prefix)

| Key | Type | Default | Description |
| ------------------------ | -------- | ------- | -------------------------------------------------------- |
| ignore-private-packages? | boolean | true | Ignore packages with `\"private\": true`? |
| ignored-rules? | string[] | [] | List of ignored [rule](https://publint.dev/rules) codes |

### Thanks

- [publint](https://github.com/bluwy/publint), for the original package for the lint `package.json` file.