質問編集履歴

1

yarn lintした時のターミナル

2020/05/28 13:59

投稿

2_34_koki
2_34_koki

スコア67

test CHANGED
File without changes
test CHANGED
@@ -46,6 +46,30 @@
46
46
 
47
47
  }
48
48
 
49
+
50
+
51
+ //ターミナル
52
+
53
+ yarn run v1.19.1
54
+
55
+ $ tslint -c tslint.json **/*
56
+
57
+ 'node_modules/@ampproject' does not exist. This will be an error in TSLint 6.
58
+
59
+ 'node_modules/@babel' does not exist. This will be an error in TSLint 6.
60
+
61
+ 'node_modules/@next' does not exist. This will be an error in TSLint 6.
62
+
63
+ .
64
+
65
+ .
66
+
67
+ .
68
+
69
+ .
70
+
71
+
72
+
49
73
  ```
50
74
 
51
75
  ファイル構成はこんな感じです。