File tree Expand file tree Collapse file tree 4 files changed +24
-0
lines changed Expand file tree Collapse file tree 4 files changed +24
-0
lines changed Original file line number Diff line number Diff line change
1
+ .next
2
+ .now
3
+ dist
4
+ public
5
+ * .json
6
+ * .d.ts
7
+ * .yml
Original file line number Diff line number Diff line change
1
+ module . exports = {
2
+ semi : false ,
3
+ tabWidth : 2 ,
4
+ printWidth : 100 ,
5
+ trailingComma : 'all' ,
6
+ arrowParens : 'avoid' ,
7
+ singleQuote : true ,
8
+ jsxBracketSameLine : true ,
9
+ endOfLine : 'lf' ,
10
+ }
Original file line number Diff line number Diff line change 7
7
"dev" : " npm run collect && next dev" ,
8
8
"now-build" : " npm run collect && next build" ,
9
9
"post" : " node scripts/create.js" ,
10
+ "prettier" : " prettier --write ." ,
10
11
"collect" : " node scripts/collect-meta.js" ,
11
12
"export" : " npm run now-build && next export"
12
13
},
28
29
"chalk" : " ^3.0.0" ,
29
30
"extract-mdx-metadata" : " ^1.0.0" ,
30
31
"fs-extra" : " ^8.1.0" ,
32
+ "prettier" : " ^2.0.5" ,
31
33
"prompt-sync" : " ^4.2.0" ,
32
34
"rehype-join-line" : " ^1.0.2" ,
33
35
"styled-jsx" : " ^3.2.4"
Original file line number Diff line number Diff line change @@ -4992,6 +4992,11 @@ prepend-http@^1.0.0:
4992
4992
resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-1.0.4.tgz#d4f4562b0ce3696e41ac52d0e002e57a635dc6dc"
4993
4993
integrity sha1-1PRWKwzjaW5BrFLQ4ALlemNdxtw=
4994
4994
4995
+ prettier@^2.0.5 :
4996
+ version "2.0.5"
4997
+ resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.0.5.tgz#d6d56282455243f2f92cc1716692c08aa31522d4"
4998
+ integrity sha512-7PtVymN48hGcO4fGjybyBSIWDsLU4H4XlvOHfq91pz9kkGlonzwTfYkaIEwiRg/dAJF9YlbsduBAgtYLi+8cFg==
4999
+
4995
5000
prismjs@~1.17.0 :
4996
5001
version "1.17.1"
4997
5002
resolved "https://registry.yarnpkg.com/prismjs/-/prismjs-1.17.1.tgz#e669fcbd4cdd873c35102881c33b14d0d68519be"
You can’t perform that action at this time.
0 commit comments