質問編集履歴
1
yarn lintした時のターミナル
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
|

|