Skip to content

Commit ed1dabf

Browse files
Move prettier config to external file
1 parent 8bd8639 commit ed1dabf

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.prettierignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# machine generated files
2+
package.json
23
package-lock.json
34
components/component-docs.json

.prettierrc.json

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"arrowParens": "always",
33
"bracketSpacing": true,
44
"jsxBracketSameLine": false,
5+
"printWidth": 80,
56
"semi": true,
67
"singleQuote": true,
78
"trailingComma": "es5",

0 commit comments

Comments
 (0)