Add "arrow-parens" eslint rule
This commit is contained in:
parent
1ab98933fa
commit
b7d6a429b5
@ -54,5 +54,6 @@ module.exports = {
|
||||
"comma-style": ["error", "last"],
|
||||
"max-len": ["error", { "code": 100, "tabWidth": 4 }],
|
||||
"eol-last": ["error", "always"],
|
||||
"arrow-parens": ["error", "as-needed"],
|
||||
}
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user