Skip to content

Commit 80bb2d8

Browse files
authored
Merge pull request #585 from vuejs-jp/chore/update-prettier-config
update prettier config
2 parents 7d09ead + 7755e71 commit 80bb2d8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+181
-172
lines changed

.prettierrc.cjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ module.exports = {
44
singleQuote: true,
55
printWidth: 100,
66
tabWidth: 2,
7+
quoteProps: 'preserve',
78
}

app/assets/fonts.css

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33

44
@font-face {
55
font-family: 'din-2014';
6-
src: url('https://use.typekit.net/af/c2b6e5/00000000000000007735afee/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3')
6+
src:
7+
url('https://use.typekit.net/af/c2b6e5/00000000000000007735afee/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3')
78
format('woff2'),
89
url('https://use.typekit.net/af/c2b6e5/00000000000000007735afee/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3')
910
format('woff'),
@@ -17,7 +18,8 @@
1718

1819
@font-face {
1920
font-family: 'din-2014';
20-
src: url('https://use.typekit.net/af/1fe1ce/00000000000000007735aff6/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3')
21+
src:
22+
url('https://use.typekit.net/af/1fe1ce/00000000000000007735aff6/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3')
2123
format('woff2'),
2224
url('https://use.typekit.net/af/1fe1ce/00000000000000007735aff6/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3')
2325
format('woff'),
@@ -31,7 +33,8 @@
3133

3234
@font-face {
3335
font-family: 'din-2014';
34-
src: url('https://use.typekit.net/af/dc88f0/00000000000000007735aff7/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3')
36+
src:
37+
url('https://use.typekit.net/af/dc88f0/00000000000000007735aff7/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3')
3538
format('woff2'),
3639
url('https://use.typekit.net/af/dc88f0/00000000000000007735aff7/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3')
3740
format('woff'),

app/components/DialogArea.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ css({
3737
'.root': {
3838
padding: 'calc({space.8} * 4) calc({space.8} * 3)',
3939
width: '90%',
40-
}
41-
}
40+
},
41+
},
4242
})
4343
</style>

app/components/DragDropArea.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ css({
7575
color: '{color.vue.blue}',
7676
'&.-isDragEnter': {
7777
border: 'dotted calc({space.8} * 0.5) {color.vue.blue}',
78-
color: '{color.vue.blue}'
79-
}
78+
color: '{color.vue.blue}',
79+
},
8080
},
8181
'.uploadarea input': {
8282
display: 'none',

app/components/FormPageSection.vue

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ css({
103103
maxWidth: '768px',
104104
margin: '0 auto',
105105
width: '100%',
106-
'grid-template-columns': 'minmax(0, 1fr)'
106+
'grid-template-columns': 'minmax(0, 1fr)',
107107
},
108108
'.subtitle': {
109109
display: 'grid',
@@ -125,7 +125,7 @@ css({
125125
},
126126
},
127127
'.form-button': {
128-
textAlign: 'center'
128+
textAlign: 'center',
129129
},
130130
'.form': {
131131
'form': {
@@ -140,8 +140,8 @@ css({
140140
'.subtitle': {
141141
'::v-deep(p)': {
142142
fontSize: '16px',
143-
}
144-
}
145-
}
143+
},
144+
},
145+
},
146146
})
147147
</style>

app/components/MessagePageSection.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,6 @@ css({
7878
marginTop: '0px',
7979
fontSize: '16px',
8080
},
81-
}
81+
},
8282
})
8383
</style>

app/components/NavPageSection.vue

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ css({
124124
},
125125
},
126126
},
127-
'.hamburger-menu':{
127+
'.hamburger-menu': {
128128
display: 'none',
129129
},
130130
'.sr-only': {
@@ -136,12 +136,12 @@ css({
136136
overflow: 'hidden',
137137
},
138138
'@tablet': {
139-
'.nav-root': {
139+
'.nav-root': {
140140
padding: '16px 24px',
141141
},
142142
},
143143
'@mobile': {
144-
'.twitter':{
144+
'.twitter': {
145145
display: 'block',
146146
},
147147
'.links': {
@@ -152,9 +152,9 @@ css({
152152
padding: 0,
153153
},
154154
},
155-
'.hamburger-menu':{
155+
'.hamburger-menu': {
156156
display: 'block',
157157
},
158-
}
158+
},
159159
})
160160
</style>

app/components/SpeakerPageSection.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ css({
8585
gap: '2em',
8686
'& > div': {
8787
width: 'calc((100% - 64px) / 3)',
88-
}
88+
},
8989
},
9090
'@tablet': {
9191
'section': {
@@ -97,7 +97,7 @@ css({
9797
gap: 'calc({space.8} * 2)',
9898
'& > div': {
9999
width: 'calc(50% - calc({space.8} * 1))',
100-
}
100+
},
101101
},
102102
'section': {
103103
paddingTop: 'calc({space.8} * 10)',

app/components/SponsorPageSection.vue

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ import { closedSponsor } from '~/utils/status.constants'
7474
css({
7575
'section': {
7676
padding: '120px 40px',
77-
background: '#EEEEEE'
77+
background: '#EEEEEE',
7878
},
7979
'.sponsors-root': {
8080
display: 'grid',
@@ -91,7 +91,7 @@ css({
9191
color: '{color.vue.blue}',
9292
fontWeight: 500,
9393
fontSize: '18px',
94-
lineHeight: '180%'
94+
lineHeight: '180%',
9595
},
9696
},
9797
'.deadline, .deadline-extend': {
@@ -113,7 +113,7 @@ css({
113113
flexWrap: 'wrap',
114114
padding: '0 16px',
115115
justifyContent: 'center',
116-
gap: '40px'
116+
gap: '40px',
117117
},
118118
'.twitter-text': {
119119
fontSize: '18px',
@@ -132,8 +132,8 @@ css({
132132
},
133133
'.deadline, .deadline-extend': {
134134
fontSize: '18px',
135-
wordBreak: 'break-all'
136-
}
137-
}
135+
wordBreak: 'break-all',
136+
},
137+
},
138138
})
139139
</style>

app/components/TeamPageSection.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ css({
9090
'.subtitle': {
9191
'::v-deep(p)': {
9292
fontSize: '16px',
93-
}
93+
},
9494
},
9595
'.teams': {
9696
gap: '4vw',

0 commit comments

Comments
 (0)