Back to Kibana

@kbn/eslint-plugin-disable

packages/kbn-eslint-plugin-disable/README.mdx

9.4.0645 B
Original Source

@kbn/eslint-plugin-disable is an ESLint plugin providing custom rules to allow us to enforce specific eslint rules behaviours around eslint disables that we need to implement Bazel packages across the monorepo as our main development unit.

@kbn/disable/no_naked_eslint_disable

Disallows the usage of naked eslint-disable comments without being specific about each rule to disable.

@kbn/disable/no_protected_eslint_disable

Disallows the eslint-disable comments with specific protected rules that were built to not be disabled. Please contact the Kibana Operations team if you have a justifiable use case for disabling one of them.