2d2120cea1
This PR drastically improves the documentation by improving the sidebars and adding a GitHub icon. Fixed: https://github.com/puppeteer/puppeteer/pull/9176 Fixed: https://github.com/puppeteer/puppeteer/issues/9173 ![image](https://user-images.githubusercontent.com/101637635/198374826-399219f6-e04f-4613-9613-f7e3281d332f.png)
8 lines
274 B
JavaScript
8 lines
274 B
JavaScript
/**
|
|
* @type {import('prettier').Config}
|
|
*/
|
|
module.exports = {
|
|
...require('gts/.prettierrc.json'),
|
|
// proseWrap: 'always', // Uncomment this while working on Markdown documents. MAKE SURE TO COMMENT THIS BEFORE RUNNING CHECKS/FORMATS OR EVERYTHING WILL BE MODIFIED.
|
|
};
|