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:
Tim Roes 2018-07-09 22:50:37 +02:00 committed by GitHub
parent 433f8a919c
commit cb5ee01c6a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
126 changed files with 380 additions and 1272 deletions

View file

@ -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 = {