Skip to content

Commit

Permalink
Force arrow functions
Browse files Browse the repository at this point in the history
  • Loading branch information
kognise committed May 28, 2020
1 parent 73143be commit 86d40b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc.json
Expand Up @@ -31,6 +31,7 @@
"classPropertiesAllowed": false
}
],
"func-style": ["error", "expression"]
"func-style": ["error", "expression"],
"arrow-parens": ["error", "always"]
}
}

0 comments on commit 86d40b3

Please sign in to comment.