summaryrefslogtreecommitdiff
path: root/lint
diff options
context:
space:
mode:
authorFlorian Müllner <fmuellner@gnome.org>2019-12-01 03:01:02 +0100
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2020-03-27 23:33:30 +0000
commit39e6375aff4ec27d9afeba2def3c83cec94bd80d (patch)
tree8d557090283dd075d1b37e7914474d74faddf8dd /lint
parented21a4e5c18211bbcc1bed8e2731463ab815e1cb (diff)
downloadgnome-shell-39e6375aff4ec27d9afeba2def3c83cec94bd80d.tar.gz
extensions-app: Move Extensions app to new subproject
The Extensions app code is now independent enough from the rest of the code base to move it to its own subprojects, like we did for the extensions-tool. This allows for stand-alone builds of the app, which we are about to use for distributing it as flatpak. https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1133
Diffstat (limited to 'lint')
-rw-r--r--lint/eslintrc-shell.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/lint/eslintrc-shell.yml b/lint/eslintrc-shell.yml
index 14617a810..bb0636f02 100644
--- a/lint/eslintrc-shell.yml
+++ b/lint/eslintrc-shell.yml
@@ -24,3 +24,8 @@ overrides:
C_: readonly
N_: readonly
ngettext: readonly
+ - files: subprojects/extensions-app/js/**
+ globals:
+ _: readonly
+ C_: readonly
+ N_: readonly