mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
* chore(NA): remove overrides for rootDir on packages * chore(NA): replace './target_types' with 'target_types' on packages * chore(NA): removes stripInternal false configs * chore(NA): remove unused strip internals |
||
---|---|---|
.. | ||
src | ||
BUILD.bazel | ||
index.ts | ||
jest.config.js | ||
kibana.jsonc | ||
package.json | ||
README.mdx | ||
tsconfig.json |
--- id: kibDevDocsOpsEslintPluginDisable slug: /kibana-dev-docs/ops/kbn-eslint-plugin-disable title: "@kbn/eslint-plugin-disable" description: Custom ESLint rules for managing eslint rules disable in the Kibana repository tags: ['kibana', 'dev', 'contributor', 'operations', 'eslint', 'disable'] --- `@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.