Enforce function declaration style

This commit is contained in:
Pierre Ossman 2018-09-06 17:01:43 +02:00
parent e777765320
commit 22d10c756a
1 changed files with 1 additions and 0 deletions

View File

@ -33,5 +33,6 @@
"comma-style": ["error"],
"func-call-spacing": ["error"],
"func-names": ["error"],
"func-style": ["error", "declaration", { "allowArrowFunctions": true }],
}
}