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: about 1 year ago
JSON representation
This extension allows you to check the package.json for errors
- Host: GitHub
- URL: https://github.com/kravetsone/vscode-publint
- Owner: kravetsone
- License: mit
- Created: 2024-06-02T14:16:26.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-01-06T15:57:23.000Z (over 1 year ago)
- Last Synced: 2025-03-31T15:46:49.396Z (about 1 year ago)
- Topics: linter, package-json, vscode, vscode-extension
- Language: HTML
- Homepage: https://publint.dev/
- Size: 661 KB
- Stars: 63
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
publint, but in VS Code
Lint packaging errors. Ensure compatibility across environments. All in VS Code.

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.
### TODO:
- [ ] reuse [json-ext](https://www.npmjs.com/package/json-cst) from publint dependencies instead of jsonpos (similar packages)