kibana/test
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
..
api_integration Return import errors for saved objects referencing a missing index pattern or search (#33005) 2019-03-14 19:22:30 -04:00
common [ts][ftr] improve types for ftr and expect.js, cleanup changes to tsconfig files (#31948) 2019-02-28 12:06:00 -08:00
dev_certs [devServer] include self-signed certificates for testing 2016-01-19 14:19:25 -07:00
functional [eslint] merge custom rules into a single plugin (#33733) 2019-03-22 17:12:14 -07:00
interpreter_functional adding runPipeline tests (#27015) 2019-03-21 07:12:25 +01:00
plugin_functional Updates to K7 nav drawer and EUI to 9.4.0 (#32864) 2019-03-14 13:35:21 -04:00
scripts adding runPipeline tests (#27015) 2019-03-21 07:12:25 +01:00
server_integration [Tests] Add http integration test setup (#19261) 2018-08-17 08:36:14 +02:00
types supporting tags for mocha definition (#32474) 2019-03-07 11:40:53 +03:00
tsconfig.json [ts][ftr] improve types for ftr and expect.js, cleanup changes to tsconfig files (#31948) 2019-02-28 12:06:00 -08:00