Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jun 20, 2023. It is now read-only.

Commit 4d784ff

Browse files
author
Kuniwak
committed
Add guides for linting
1 parent 567c947 commit 4d784ff

File tree

1 file changed

+70
-0
lines changed

1 file changed

+70
-0
lines changed

‎README.md

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -551,6 +551,16 @@ CSS セレクタについては、[MDN のCSS リファレンス](https://develo
551551

552552

553553

554+
#### クリアできたら
555+
556+
Lint をかけてみましょう。
557+
558+
gulp lint-stage1
559+
560+
警告があれば、修正してみてください。
561+
562+
563+
554564
### ステージ2
555565

556566
DOM 要素の属性・テキストを変更する
@@ -637,6 +647,16 @@ HTML/JavaScript/CSS 分業の基本です。
637647

638648

639649

650+
#### クリアできたら
651+
652+
Lint をかけてみましょう。
653+
654+
gulp lint-stage2
655+
656+
警告があれば、修正してみてください。
657+
658+
659+
640660
### ステージ3
641661

642662
DOM の構造を変更するトレーニング
@@ -726,6 +746,16 @@ DOM 構造の操作が重要なのです。
726746

727747

728748

749+
#### クリアできたら
750+
751+
Lint をかけてみましょう。
752+
753+
gulp lint-stage3
754+
755+
警告があれば、修正してみてください。
756+
757+
758+
729759
### ステージ4
730760

731761
DOM イベントを利用するトレーニング
@@ -922,6 +952,16 @@ button.addEventListener('click', function(event) {
922952

923953

924954

955+
#### クリアできたら
956+
957+
Lint をかけてみましょう。
958+
959+
gulp lint-stage4
960+
961+
警告があれば、修正してみてください。
962+
963+
964+
925965
### ステージ5
926966

927967
非同期処理のトレーニング
@@ -1129,6 +1169,16 @@ fetch('/api/foo')
11291169

11301170

11311171

1172+
#### クリアできたら
1173+
1174+
Lint をかけてみましょう。
1175+
1176+
gulp lint-stage5
1177+
1178+
警告があれば、修正してみてください。
1179+
1180+
1181+
11321182
### ステージ6
11331183

11341184
モジュールを実装するトレーニング
@@ -1392,6 +1442,16 @@ y でレジストリへの公開ができないように設定します。
13921442

13931443

13941444

1445+
#### クリアできたら
1446+
1447+
Lint をかけてみましょう。
1448+
1449+
gulp lint-stage6
1450+
1451+
警告があれば、修正してみてください。
1452+
1453+
1454+
13951455
### ステージ7
13961456

13971457
よくあるイディオムを読むトレーニング
@@ -1424,6 +1484,16 @@ y でレジストリへの公開ができないように設定します。
14241484

14251485

14261486

1487+
#### クリアできたら
1488+
1489+
Lint をかけてみましょう。
1490+
1491+
gulp lint-stage7
1492+
1493+
警告があれば、修正してみてください。
1494+
1495+
1496+
14271497
付録
14281498
----
14291499

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /