npm-package-json-lint-config
/
3.1.1
npm-package-json-lint-config 3.1.1
Install from the command line:
Learn more about npm packages
$ npm install @spear-ai/npm-package-json-lint-config@3.1.1
Install via package.json:
"@spear-ai/npm-package-json-lint-config": "3.1.1"
About this version
A collection of npm-package-json-lint config files.
yarn add -D npm-package-json-lint @spear-ai/npm-package-json-lint-config
Add the following to your npmpackagejsonlint.config.cjs
file:
const npmPackageJsonLintConfig = {
extends: ["@spear-ai/npm-package-json-lint-config/spear-library"],
};
module.exports = npmPackageJsonLintConfig; // eslint-disable-line unicorn/prefer-module