Add "arrow-parens" eslint rule

This commit is contained in:
Guillaume Gomez 2022-05-27 22:21:41 +02:00
parent 1ab98933fa
commit b7d6a429b5

View File

@ -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"],
}
};