teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

yarn lintした時のターミナル

2020/05/28 13:59

投稿

2_34_koki
2_34_koki

スコア67

title CHANGED
File without changes
body CHANGED
@@ -22,6 +22,18 @@
22
22
  ]
23
23
  }
24
24
  }
25
+
26
+ //ターミナル
27
+ yarn run v1.19.1
28
+ $ tslint -c tslint.json **/*
29
+ 'node_modules/@ampproject' does not exist. This will be an error in TSLint 6.
30
+ 'node_modules/@babel' does not exist. This will be an error in TSLint 6.
31
+ 'node_modules/@next' does not exist. This will be an error in TSLint 6.
32
+ .
33
+ .
34
+ .
35
+ .
36
+
25
37
  ```
26
38
  ファイル構成はこんな感じです。
27
39
  ![イメージ説明](a608d33862aa0fc65a61957d7e698e3b.png)