npm-package-json-lint-config-auto
v1.1.0
Published
NPM Package.json Lint Config
Downloads
175
Maintainers
Readme
If I should maintain this repo, please ⭐️
DM me on Twitter if you have questions or suggestions.
This package provides a base config for npm-package-json-lint.
Installation
yarn add --dev npm-package-json-lint-config-auto
npm install --save-dev npm-package-json-lint-config-auto
pnpm add --save-dev npm-package-json-lint-config-auto
Usage
In your package.json
file:
{
"npmpackagejsonlint": {
"extends": "npm-package-json-lint-config-auto"
}
}
NPM Package JSON Lint
Now to run npm-package-json-lint
, run yarn npmPkgJsonLint .
or npm run npmPkgJsonLint .
.
- npm-package-json-lint: Configurable linter for package.json files.
- @autosoft/tsconfig: A base for TypeScript projects.