1. npm-package-json-lint-config-tc
npm-package-json-lint shareable config for TC's projects
npm-package-json-lint-config-tc
Package: npm-package-json-lint-config-tc
Created by: tclindner
Last modified: Tue, 04 Jul 2023 01:50:54 GMT
Version: 7.0.0
License: MIT
Downloads: 757
Repository: https://github.com/tclindner/npm-package-json-lint-config-tc

Install

npm install npm-package-json-lint-config-tc
yarn add npm-package-json-lint-config-tc

npm-package-json-lint-config-tc

npm-package-json-lint shareable config for TC's projects

license
npm
ci
Dependency Status
devDependency Status

What is npm-package-json-lint-config-tc?

Shared configuration for npm-package-json-lint. Follow the instructions below to easily include this configuration in another project without having to duplicate the file.

How do I install it?

First thing first, let's make sure you have the necessary pre-requisites.

System Dependencies

Node

Command

 npm install npm-package-json-lint-config-tc --save-dev

Usage

Add the following to your .npmpackagejsonlintrc.json file:

 {
  "extends": "npm-package-json-lint-config-tc"
}

If you need to override a rule, your .npmpackagejsonlintrc.json file should look like the example below. All shared rules will be used, but license-type will be turned off.

 {
  "extends": "npm-package-json-lint-config-tc",
  "rules": {
    "license-type": "off"
  }
}

Contributing

Please see CONTRIBUTING.md.

Release History

Please see CHANGELOG.md.

License

Copyright (c) 2017-2023 Thomas Lindner. Licensed under the MIT license.

RELATED POST

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin