feat(eslint): Rule "arrow-parens"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
4fa76141e1
commit
f94ff5d8d7
@ -8,7 +8,7 @@
|
|||||||
- [ ] "array-callback-return"
|
- [ ] "array-callback-return"
|
||||||
- [ ] "array-element-newline"
|
- [ ] "array-element-newline"
|
||||||
- [ ] "arrow-body-style"
|
- [ ] "arrow-body-style"
|
||||||
- [ ] "arrow-parens"
|
- [X] "arrow-parens"
|
||||||
- [ ] "arrow-spacing"
|
- [ ] "arrow-spacing"
|
||||||
- [ ] "block-scoped-var"
|
- [ ] "block-scoped-var"
|
||||||
- [ ] "block-spacing"
|
- [ ] "block-spacing"
|
||||||
|
@ -1,4 +1,8 @@
|
|||||||
{
|
{
|
||||||
|
"arrow-parens": [
|
||||||
|
"error",
|
||||||
|
"always"
|
||||||
|
],
|
||||||
"brace-style": [
|
"brace-style": [
|
||||||
"error",
|
"error",
|
||||||
"1tbs",
|
"1tbs",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user