Skip to content

Commit 2c7e24d

Browse files
committed
Run eslint --fix
1 parent 7912146 commit 2c7e24d

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

src/client/components/SidebarContents.tsx

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ export const SidebarContents = ({ isStateOpen, handleMobileClose }: Props) => {
170170
css={articleFooterTitleStyle}
171171
href="https://qiita.com"
172172
target="_blank"
173-
rel="noopener"
173+
rel="noopener noreferrer"
174174
>
175175
<QiitaLogo css={{ height: 16 }} />
176176
</a>
@@ -188,7 +188,7 @@ export const SidebarContents = ({ isStateOpen, handleMobileClose }: Props) => {
188188
css={articlesListItemStyle}
189189
href="https://help.qiita.com/ja/articles/qiita-article-guideline"
190190
target="_blank"
191-
rel="noopener"
191+
rel="noopener noreferrer"
192192
>
193193
<MaterialSymbol css={{ color: Colors.disabled }}>
194194
lightbulb
@@ -201,7 +201,7 @@ export const SidebarContents = ({ isStateOpen, handleMobileClose }: Props) => {
201201
css={articlesListItemStyle}
202202
href="https://qiita.com/Qiita/items/c686397e4a0f4f11683d"
203203
target="_blank"
204-
rel="noopener"
204+
rel="noopener noreferrer"
205205
>
206206
<MaterialSymbol css={{ color: Colors.disabled }}>
207207
help
@@ -216,7 +216,7 @@ export const SidebarContents = ({ isStateOpen, handleMobileClose }: Props) => {
216216
css={articleFooterListItemStyle}
217217
href="https://help.qiita.com/ja/articles/qiita-community-guideline"
218218
target="_blank"
219-
rel="noopener"
219+
rel="noopener noreferrer"
220220
>
221221
コミュニティガイドライン
222222
</a>
@@ -226,7 +226,7 @@ export const SidebarContents = ({ isStateOpen, handleMobileClose }: Props) => {
226226
css={articleFooterListItemStyle}
227227
href="https://qiita.com/terms"
228228
target="_blank"
229-
rel="noopener"
229+
rel="noopener noreferrer"
230230
>
231231
利用規約
232232
</a>
@@ -236,7 +236,7 @@ export const SidebarContents = ({ isStateOpen, handleMobileClose }: Props) => {
236236
css={articleFooterListItemStyle}
237237
href="https://qiita.com/privacy"
238238
target="_blank"
239-
rel="noopener"
239+
rel="noopener noreferrer"
240240
>
241241
プライバシーポリシー
242242
</a>
@@ -346,7 +346,7 @@ export const SidebarContents = ({ isStateOpen, handleMobileClose }: Props) => {
346346
css={articleFooterTitleStyle}
347347
href="https://qiita.com"
348348
target="_blank"
349-
rel="noopener"
349+
rel="noopener noreferrer"
350350
>
351351
<QiitaLogo css={{ height: 16 }} />
352352
</a>
@@ -364,7 +364,7 @@ export const SidebarContents = ({ isStateOpen, handleMobileClose }: Props) => {
364364
css={articlesListItemStyle}
365365
href="https://help.qiita.com/ja/articles/qiita-article-guideline"
366366
target="_blank"
367-
rel="noopener"
367+
rel="noopener noreferrer"
368368
>
369369
<MaterialSymbol css={{ color: Colors.disabled }}>
370370
lightbulb
@@ -377,7 +377,7 @@ export const SidebarContents = ({ isStateOpen, handleMobileClose }: Props) => {
377377
css={articlesListItemStyle}
378378
href="https://qiita.com/Qiita/items/c686397e4a0f4f11683d"
379379
target="_blank"
380-
rel="noopener"
380+
rel="noopener noreferrer"
381381
>
382382
<MaterialSymbol css={{ color: Colors.disabled }}>
383383
help
@@ -392,7 +392,7 @@ export const SidebarContents = ({ isStateOpen, handleMobileClose }: Props) => {
392392
css={articleFooterListItemStyle}
393393
href="https://help.qiita.com/ja/articles/qiita-community-guideline"
394394
target="_blank"
395-
rel="noopener"
395+
rel="noopener noreferrer"
396396
>
397397
コミュニティガイドライン
398398
</a>
@@ -402,7 +402,7 @@ export const SidebarContents = ({ isStateOpen, handleMobileClose }: Props) => {
402402
css={articleFooterListItemStyle}
403403
href="https://qiita.com/terms"
404404
target="_blank"
405-
rel="noopener"
405+
rel="noopener noreferrer"
406406
>
407407
利用規約
408408
</a>
@@ -412,7 +412,7 @@ export const SidebarContents = ({ isStateOpen, handleMobileClose }: Props) => {
412412
css={articleFooterListItemStyle}
413413
href="https://qiita.com/privacy"
414414
target="_blank"
415-
rel="noopener"
415+
rel="noopener noreferrer"
416416
>
417417
プライバシーポリシー
418418
</a>
@@ -503,7 +503,7 @@ export const SidebarContents = ({ isStateOpen, handleMobileClose }: Props) => {
503503
css={closeSidebarFooterLinkStyle}
504504
href="https://help.qiita.com/ja/articles/qiita-article-guideline"
505505
target="_blank"
506-
rel="noopener"
506+
rel="noopener noreferrer"
507507
>
508508
<MaterialSymbol>lightbulb</MaterialSymbol>
509509
</a>
@@ -521,7 +521,7 @@ export const SidebarContents = ({ isStateOpen, handleMobileClose }: Props) => {
521521
css={closeSidebarFooterLinkStyle}
522522
href="https://qiita.com/Qiita/items/c686397e4a0f4f11683d"
523523
target="_blank"
524-
rel="noopener"
524+
rel="noopener noreferrer"
525525
>
526526
<MaterialSymbol>help</MaterialSymbol>
527527
</a>

src/server/api/items.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ const itemsUpdate = async (req: Express.Request, res: Express.Response) => {
140140
}
141141

142142
const qiitaApi = await getQiitaApiInstance();
143-
let output: { [key: string]: string | boolean } = {
143+
const output: { [key: string]: string | boolean } = {
144144
success: true,
145145
uuid: result.id || "",
146146
};

0 commit comments

Comments
 (0)