0.4.1 • Published 2 years ago

@kargotech/eslint-plugin-internal v0.4.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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",
  }
}
0.4.1

2 years ago

0.4.0

2 years ago

0.3.2

2 years ago

0.3.1

2 years ago

0.3.0

2 years ago

0.2.0

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago