質問編集履歴

4

j

2019/09/17 04:52

投稿

Nippun
Nippun

スコア1147

test CHANGED
File without changes
test CHANGED
@@ -26,7 +26,7 @@
26
26
 
27
27
  ```ESLint
28
28
 
29
- "plugins": ["react", "prettier"],
29
+ "plugins": ["react", "prettier"],
30
30
 
31
31
  "extends": [
32
32
 

3

d

2019/09/17 04:52

投稿

Nippun
Nippun

スコア1147

test CHANGED
@@ -1 +1 @@
1
- Prettierでセーブ時にselfs-closingにしたい
1
+ VS Codeでセーブ時にselfs-closingにしたい
test CHANGED
File without changes

2

k

2019/09/15 20:48

投稿

Nippun
Nippun

スコア1147

test CHANGED
File without changes
test CHANGED
@@ -34,8 +34,6 @@
34
34
 
35
35
  "plugin:prettier/recommended",
36
36
 
37
- "plugin:@typescript-eslint/recommended",
38
-
39
37
  "plugin:react/recommended",
40
38
 
41
39
  ],

1

k

2019/09/15 20:45

投稿

Nippun
Nippun

スコア1147

test CHANGED
File without changes
test CHANGED
@@ -26,9 +26,7 @@
26
26
 
27
27
  ```ESLint
28
28
 
29
- "plugins": ["@typescript-eslint", "react", "prettier"],
29
+ "plugins": ["react", "prettier"],
30
-
31
- "parser": "@typescript-eslint/parser",
32
30
 
33
31
  "extends": [
34
32
 
@@ -40,8 +38,6 @@
40
38
 
41
39
  "plugin:react/recommended",
42
40
 
43
- "prettier/@typescript-eslint"
44
-
45
41
  ],
46
42
 
47
43
  ```