mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: update troubleshooting guide (#9123)
This PR updates the troubleshooting guide with some information regarding the new `exports` resolution and cache directory. This PR also reformats some of the other MD documents.
This commit is contained in:
@@ -1 +1,7 @@
|
||||
module.exports = require('gts/.prettierrc.json');
|
||||
/**
|
||||
* @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.
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user