Skip to content

Commit 35dd0aa

Browse files
yoshi-automationJustinBeckwith
authored andcommitted
chore(build): update the prettier config (#319)
chore(build): update the prettier config
1 parent 6e141a7 commit 35dd0aa

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

core/common/.prettierignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
node_modules/*
2+
samples/node_modules/*
3+
src/**/doc/*

core/common/.prettierrc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
bracketSpacing: false
3+
printWidth: 80
4+
semi: true
5+
singleQuote: true
6+
tabWidth: 2
7+
trailingComma: es5
8+
useTabs: false

0 commit comments

Comments
 (0)