summaryrefslogtreecommitdiff
path: root/lint
diff options
context:
space:
mode:
authorFlorian Müllner <fmuellner@gnome.org>2020-03-24 05:02:20 +0100
committerMarge Bot <marge-bot@gnome.org>2022-02-23 12:23:52 +0000
commit696965c9f7c3b3857e7d7eff51db4a6a9e388562 (patch)
tree7b7ea4a345a7a82db78a15bfb2dbf881b5fdcc48 /lint
parent3d3ed850fee3d9660642d84c1342beb6183ffb42 (diff)
downloadgnome-shell-696965c9f7c3b3857e7d7eff51db4a6a9e388562.tar.gz
cleanup: Stop using string concatenation
It's unfortunate that we cannot fully embrace template strings, but we aren't limited to "legacy" formatting either; replace the last remaining places where we still use string concatenation to reduce the difference between regular and legacy style a bit. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2200>
Diffstat (limited to 'lint')
-rw-r--r--lint/eslintrc-legacy.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/lint/eslintrc-legacy.yml b/lint/eslintrc-legacy.yml
index 8441f7c2d..e8a0e2935 100644
--- a/lint/eslintrc-legacy.yml
+++ b/lint/eslintrc-legacy.yml
@@ -24,5 +24,4 @@ rules:
object-curly-newline:
- error
- consistent: true
- prefer-template: off
quotes: off