kibana/test/functional
Spencer 96206bd092
[eslint] merge custom rules into a single plugin (#33733)
I'd like to add another custom eslint rule, but there isn't a very good place to do that right now. We have the `eslint-plugin-kibana-custom` package, which is super simple but isn't in the `@kbn` namespace and isn't included in the root eslint config, and `@kbn/eslint-plugin-license-header` is too specific, so I've merged those two packages into `@kbn/eslint-plugin-eslint`, which is a little redundant but allows is to refer to the rules within it as `@kbn/eslint/{rule}`, which feels nice.

Thoughts?

_**NOTE:**_ merging the eslint rules from the two packages means enabling prettier for the code from `@kbn/eslint-plugin-license-header`, all those changes are made in 42c7da6fe2. [View the changes without the prettier updates](b647f2b...74e07a0)
2019-03-22 17:12:14 -07:00
..
apps [ftr/dashboard] wait for importFile() to finish (#33723) 2019-03-22 15:15:21 -07:00
fixtures/es_archiver [esArchiver] stable archives (#30477) 2019-02-11 11:16:25 -08:00
page_objects [ftr/dashboard] wait for importFile() to finish (#33723) 2019-03-22 15:15:21 -07:00
screenshots Ensure saved filters from searchSource are always passed to response handlers (#33074) 2019-03-14 16:14:30 -06:00
services [eslint] merge custom rules into a single plugin (#33733) 2019-03-22 17:12:14 -07:00
config.js [ts][ftr] improve types for ftr and expect.js, cleanup changes to tsconfig files (#31948) 2019-02-28 12:06:00 -08:00
ftr_provider_context.d.ts [ts][ftr] improve types for ftr and expect.js, cleanup changes to tsconfig files (#31948) 2019-02-28 12:06:00 -08:00