Use snake case instead of camel case

Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
Kenji Okimoto 2018-10-02 18:00:19 +09:00
parent cf0e589bf8
commit 8b4829d7b3
No known key found for this signature in database
GPG Key ID: F9E3E329A5C5E4A1

View File

@ -13,10 +13,10 @@ const getters = {
toParams: (state) => {
return {
expression: state.expression,
timeFormat: state.timeFormat,
messageFormat: state.messageFormat,
rfc5424TimeFormat: state.rfc5424TimeFormat,
withPriority: state.withPriority
time_format: state.timeFormat,
message_format: state.messageFormat,
rfc5424_time_format: state.rfc5424TimeFormat,
with_priority: state.withPriority
};
},
pluginName: (state) => {