chore(examples): adds nested docs example (#4452)
This commit is contained in:
8
examples/nested-docs/next-app/.prettierrc.js
Normal file
8
examples/nested-docs/next-app/.prettierrc.js
Normal file
@@ -0,0 +1,8 @@
|
||||
module.exports = {
|
||||
printWidth: 100,
|
||||
parser: 'typescript',
|
||||
semi: false,
|
||||
singleQuote: true,
|
||||
trailingComma: 'all',
|
||||
arrowParens: 'avoid',
|
||||
}
|
||||
Reference in New Issue
Block a user