npm-package-json-lint icon indicating copy to clipboard operation
npm-package-json-lint copied to clipboard

Configurable linter for package.json files

Results 71 npm-package-json-lint issues
Sort by recently updated
recently updated
newest added

Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 42.0.0 to 43.0.2. Release notes Sourced from eslint-plugin-unicorn's releases. v43.0.2 prefer-spread: Ignore Array#join().concat() and (a + b).concat() (#1859) ab71971 https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v43.0.1...v43.0.2 v43.0.1 Remove prefer-event-target from the recommended preset...

dependencies :package:

It may just be me, but... I can't seem to find a way to include my own, custom rule (just like ESLint and TSLint provides). Granted, I could create a...

enhancement :crown:

When reporting a bug, please include: It would be handy for projects that are not libraries to enforce that `main` is not set in package manager. ## Use case When...

I've tried looking at rules, I could see the link is broken.

question :grey_question:

Is it possible to add a rule to validate values of each script entry?

question :grey_question:

EXPERIMENT FOR #323 - NOT TO MERGE **Description of change** This is a proof of concept on how this tool can integrate with ESlint. **How it works** - Define a...

Instead of having the same check expressed with different names for the different scopes (prod, dev etc), it would be good to have a rule specify scope(s). e.g. ``` 'no-absolute-version-dependencies':...

Different versions of dependencies (esp prod dependencies) in a mono-repo are problematic. It would be great to add a rule to check that only one version of a dependency is...

* Reorganizes `lint` NPM scripts with popular tool [npm-run-all](https://github.com/mysticatea/npm-run-all) to be more scalable * Avoids using `&&` which might not have as good of cross-platform support according to the [npm-run-all](https://github.com/mysticatea/npm-run-all)...

maintenance :construction:

I have made a mistake specifying values of the `exports` field. I have used absolute paths. That doesn't seem to be valid. Would a rule regarding validity of the `exports`...

enhancement :crown: