We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 242ce8d commit 84a2272Copy full SHA for 84a2272
3 files changed
.eslintrc
@@ -39,8 +39,8 @@
39
"react/jsx-boolean-value": 0,
40
"react/jsx-filename-extension": 0,
41
"react/jsx-first-prop-new-line": [2, "multiline"],
42
- "react/jsx-indent-props": [2, "tab"],
43
- "react/jsx-indent": [2, "tab"],
+ "react/jsx-indent-props": [2, 2],
+ "react/jsx-indent": [2, 2],
44
"react/jsx-no-target-blank": 0,
45
"react/no-danger": 0,
46
"react/prefer-stateless-function": 0,
0 commit comments