kibana/packages/kbn-eslint-plugin-eslint
Esteban Beltran a34d3d10dd
Fix wrongly suggested module paths for @kbn/eslint/module_migration rule (#117781)
* Use an alternative KIBANA_ROOT if bazel cache detected

* Use several fallbacks to find the kibana root

* Update comments

* Add test for relative import conversion

* Improve comments

* remove console log

* Improve comments

* Add second case

* improve tests filenames
2021-11-09 07:09:39 +01:00
..
__fixtures__ [eslint] add rule to prevent export* in plugin index files (#109357) 2021-09-01 18:05:45 -07:00
helpers Fix wrongly suggested module paths for @kbn/eslint/module_migration rule (#117781) 2021-11-09 07:09:39 +01:00
rules Fix wrongly suggested module paths for @kbn/eslint/module_migration rule (#117781) 2021-11-09 07:09:39 +01:00
BUILD.bazel Bump eslint@7 (#94347) 2021-10-02 17:38:40 +02:00
index.js [eslint] forbid trailing slashes in package imports (#113455) 2021-09-30 12:02:56 -05:00
jest.config.js Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
lib.js Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
package.json Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
README.md

Custom ESLint rules for Kibana

This package contains custom ESLint rules used for Kibana development.