Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kravetsone/vscode-publint
- Owner: kravetsone
- License: mit
- Created: 2024-06-02T14:16:26.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-07-11T11:15:37.000Z (7 months ago)
- Last Synced: 2024-12-19T03:11:49.963Z (about 1 month ago)
- Topics: linter, package-json, vscode, vscode-extension
- Language: TypeScript
- Homepage: https://publint.dev/
- Size: 551 KB
- Stars: 62
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
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.![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.