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:
jrandolf
2022-10-17 13:07:41 +02:00
committed by GitHub
parent dc66207f25
commit 535309feff
11 changed files with 861 additions and 303 deletions

View File

@@ -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.
};