Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.82 KB

README.md

File metadata and controls

41 lines (29 loc) · 1.82 KB

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


We recommend using it together with the Error Lens 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 codes

Thanks

  • publint, for the original package for the lint package.json file.