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

@ -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:');