mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 10:23:14 -04:00
switch to eslint
This commit is contained in:
parent
e70987a28a
commit
e0d78a8475
260 changed files with 653 additions and 677 deletions
|
@ -1,7 +1,7 @@
|
|||
let _ = require('lodash');
|
||||
let Joi = require('joi');
|
||||
let Promise = require('bluebird');
|
||||
let { resolve } = require('path');
|
||||
let { resolve } = require('path');
|
||||
let { inherits } = require('util');
|
||||
|
||||
const defaultConfigSchema = Joi.object({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue