mirror of
https://github.com/elastic/kibana.git
synced 2025-04-19 15:35:00 -04:00
* [eslint] update eslint config to 0.3.0 * [eslint] autofix * [fixtures/hits] reformat to comply with max-len lint rule * [eslint] enable no-var and autofix * [eslint] enable prefer-const and autofix * [eslint] fix autofix-incompatible no-var and prefer-const violations * [eslint] enable quotes+no-extra-semi and autofix
4 lines
60 B
Text
4 lines
60 B
Text
---
|
|
extends: '@elastic/kibana'
|
|
rules:
|
|
no-unused-vars: off
|