質問編集履歴

3

誤字

2020/06/30 08:40

投稿

moimoi_sushi
moimoi_sushi

スコア26

test CHANGED
File without changes
test CHANGED
@@ -432,8 +432,6 @@
432
432
 
433
433
  Prettier
434
434
 
435
- Stylelint
436
-
437
435
  Firebase
438
436
 
439
437
  などもプロジェクトファイルに一緒に入っています。

2

誤字を修正しました。

2020/06/30 08:40

投稿

moimoi_sushi
moimoi_sushi

スコア26

test CHANGED
File without changes
test CHANGED
@@ -330,8 +330,6 @@
330
330
 
331
331
  "react/jsx-uses-react": [1],
332
332
 
333
- "object-shorthand": ["error", "always", { "avoidQuotes": true }],
334
-
335
333
 
336
334
 
337
335
  // react hooks

1

誤字を修正しました。

2020/06/30 08:38

投稿

moimoi_sushi
moimoi_sushi

スコア26

test CHANGED
File without changes
test CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
 
4
4
 
5
- 「import { Fragment} from 'react';」してきたFragmentを使って「<Fragment>hoge</Fragment>」で囲った関数コンポーネントを怒られずに有効化したいです。
5
+ 「import { Fragment } from 'react';」してきたFragmentを使って「<Fragment>hoge</Fragment>」で囲った関数コンポーネントを怒られずに有効化したいです。
6
6
 
7
7
  Fragmentだけの警告を無視できれば解決できます。
8
8