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

質問編集履歴

3

誤字

2020/06/30 08:40

投稿

moimoi_sushi
moimoi_sushi

スコア26

title CHANGED
File without changes
body CHANGED
@@ -215,6 +215,5 @@
215
215
  React
216
216
  TypeScript
217
217
  Prettier
218
- Stylelint
219
218
  Firebase
220
219
  などもプロジェクトファイルに一緒に入っています。

2

誤字を修正しました。

2020/06/30 08:40

投稿

moimoi_sushi
moimoi_sushi

スコア26

title CHANGED
File without changes
body CHANGED
@@ -164,7 +164,6 @@
164
164
  'react/prop-types': 'off',
165
165
  'react/jsx-uses-vars': 1,
166
166
  "react/jsx-uses-react": [1],
167
- "object-shorthand": ["error", "always", { "avoidQuotes": true }],
168
167
 
169
168
  // react hooks
170
169
  'react-hooks/rules-of-hooks': 'error',

1

誤字を修正しました。

2020/06/30 08:38

投稿

moimoi_sushi
moimoi_sushi

スコア26

title CHANGED
File without changes
body CHANGED
@@ -1,6 +1,6 @@
1
1
  ### 前提・実現したいこと
2
2
 
3
- 「import { Fragment} from 'react';」してきたFragmentを使って「<Fragment>hoge</Fragment>」で囲った関数コンポーネントを怒られずに有効化したいです。
3
+ 「import { Fragment } from 'react';」してきたFragmentを使って「<Fragment>hoge</Fragment>」で囲った関数コンポーネントを怒られずに有効化したいです。
4
4
  Fragmentだけの警告を無視できれば解決できます。
5
5
 
6
6
  (ESLint初心者です。Prettierとの併用で右往左往してしまっており基本的なところが抜け落ちていたりします。)