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
|
@ -26,10 +26,7 @@ function indent(txt, n) {
|
|||
}
|
||||
|
||||
module.exports = function docs(name) {
|
||||
const md = readFileSync(
|
||||
resolve(__dirname, '../tasks', name, 'README.md'),
|
||||
'utf8'
|
||||
);
|
||||
const md = readFileSync(resolve(__dirname, '../tasks', name, 'README.md'), 'utf8');
|
||||
|
||||
return function() {
|
||||
console.log('\n Docs:');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue