Add arrow functions rules to .eslint file

closes #549
master
Slobodan Stojanovic 2015-10-25 21:17:46 +01:00 committed by Jonathan Ong
parent cc1d41f5e3
commit 5d4df1086d
1 changed files with 2 additions and 0 deletions

View File

@ -9,3 +9,5 @@ rules:
semi: [2, always]
space-before-function-paren: [2, never]
yoda: 0
arrow-parens: [2, "as-needed"]
arrow-spacing: 2