kibana/packages/kbn-eslint-plugin-eslint
Wylie Conlon 87ee9c2a9b
Warn in Typescript when using Array.flat() or .flatMap() without polyfill (#37558)
* Warn in Typescript when using Array.flat() or .flatMap() without polyfill

* Update ecma version provided to babel in eslint

* Update per review comments
2019-06-03 13:52:38 -04:00
..
rules Warn in Typescript when using Array.flat() or .flatMap() without polyfill (#37558) 2019-06-03 13:52:38 -04:00
index.js use eslint-import-plugin/no-export-default instead of custom rule (#34285) 2019-04-02 08:37:01 +02:00
lib.js [eslint] merge custom rules into a single plugin (#33733) 2019-03-22 17:12:14 -07:00
package.json Pin dependencies (#37406) 2019-05-30 00:31:01 -07:00
README.md [eslint] merge custom rules into a single plugin (#33733) 2019-03-22 17:12:14 -07:00

Custom ESLint rules for Kibana

This package contains custom ESLint rules used for Kibana development.