mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 11:05:39 -04:00
Increase prettier line width to 100 (#20535)
* Increase prettier line width to 100 * Fix packages JS prettier * Change style guide to 100 width * Fix line-width in latest master changes
This commit is contained in:
parent
433f8a919c
commit
cb5ee01c6a
126 changed files with 380 additions and 1272 deletions
|
@ -42,9 +42,11 @@ function resolveKibanaPath(path) {
|
|||
}
|
||||
|
||||
function readFtrConfigFile(log, path, settingOverrides) {
|
||||
return require(resolveKibanaPath(
|
||||
'src/functional_test_runner'
|
||||
)).readConfigFile(log, path, settingOverrides);
|
||||
return require(resolveKibanaPath('src/functional_test_runner')).readConfigFile(
|
||||
log,
|
||||
path,
|
||||
settingOverrides
|
||||
);
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue