@kargotech/eslint-plugin-internal

0.4.1 • Public • Published

Eslint plugin to register additional custom rule for Kargo internal use.

Usage

Installing requirements

Make sure these package(s) are imported in your project:

  • eslint: ^5.16.0 || ^6.8.0 || ^7.2.0
# Alternatively using npx
npx install-peerdeps --dev @kargotech/eslint-plugin-internal

Installing plugin

If you are using npm:

npm i -D @kargotech/eslint-plugin-internal

If you are using yarn:

yarn add @kargotech/eslint-plugin-internal -D

Add this plugin to your eslint config:

{
  "plugins": ["@kargotech/internal"],
  "rules": {
    "@kargotech/internal/no-useless-boolean": "error",
  }
}

Readme

Keywords

none

Package Sidebar

Install

npm i @kargotech/eslint-plugin-internal

Weekly Downloads

2

Version

0.4.1

License

MIT

Unpacked Size

23.9 kB

Total Files

12

Last publish

Collaborators

  • royyanbach