Force arrow functions

This commit is contained in:
Felix 2020-05-27 21:03:51 -05:00
parent 73143be201
commit 86d40b364c

View file

@ -31,6 +31,7 @@
"classPropertiesAllowed": false "classPropertiesAllowed": false
} }
], ],
"func-style": ["error", "expression"] "func-style": ["error", "expression"],
"arrow-parens": ["error", "always"]
} }
} }