Linting fixes.

This commit is contained in:
lain 2020-06-05 13:51:47 +02:00
parent 282e10e3be
commit c4c5568b98

View file

@ -31,7 +31,7 @@ const settings = {
backendVersion: instance.backendVersion, backendVersion: instance.backendVersion,
frontendVersion: instance.frontendVersion, frontendVersion: instance.frontendVersion,
muteWordsStringLocal: this.$store.getters.mergedConfig.muteWords.join('\n') muteWordsStringLocal: this.$store.getters.mergedConfig.muteWords.join('\n')
} }
}, },
components: { components: {
@ -87,7 +87,7 @@ const settings = {
.reduce((acc, [key, value]) => ({ ...acc, [key]: value }), {}), .reduce((acc, [key, value]) => ({ ...acc, [key]: value }), {}),
// Special cases (need to transform values or perform actions first) // Special cases (need to transform values or perform actions first)
muteWordsString: { muteWordsString: {
get () { get () {
return this.muteWordsStringLocal return this.muteWordsStringLocal
}, },
set (value) { set (value) {