chore(examples): adds nested docs example (#4452)

This commit is contained in:
Jacob Fletcher
2023-12-11 17:40:10 -05:00
committed by GitHub
parent 63000373e6
commit 2a65717792
93 changed files with 16372 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
module.exports = {
printWidth: 100,
parser: 'typescript',
semi: false,
singleQuote: true,
trailingComma: 'all',
arrowParens: 'avoid',
}