summaryrefslogtreecommitdiffstats
path: root/lint/eslintrc-legacy.yml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 17:54:43 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 17:54:43 +0000
commite4283f6d48b98e764b988b43bbc86b9d52e6ec94 (patch)
treec8f7f7a6c2f5faa2942d27cefc6fd46cca492656 /lint/eslintrc-legacy.yml
parentInitial commit. (diff)
downloadgnome-shell-upstream.tar.xz
gnome-shell-upstream.zip
Adding upstream version 43.9.upstream/43.9upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'lint/eslintrc-legacy.yml')
-rw-r--r--lint/eslintrc-legacy.yml24
1 files changed, 24 insertions, 0 deletions
diff --git a/lint/eslintrc-legacy.yml b/lint/eslintrc-legacy.yml
new file mode 100644
index 0000000..e0d4fa2
--- /dev/null
+++ b/lint/eslintrc-legacy.yml
@@ -0,0 +1,24 @@
+rules:
+ eqeqeq: off
+ indent:
+ - error
+ - 4
+ - ignoredNodes:
+ - 'CallExpression[callee.object.name=GObject][callee.property.name=registerClass] > ClassExpression:first-child'
+ CallExpression:
+ arguments: first
+ jsdoc/check-alignment: off
+ jsdoc/check-param-names: off
+ jsdoc/check-tag-names: off
+ jsdoc/check-types: off
+ jsdoc/implements-on-classes: off
+ jsdoc/newline-after-description: off
+ jsdoc/require-jsdoc: off
+ jsdoc/require-param: off
+ jsdoc/require-param-description: off
+ jsdoc/require-param-name: off
+ jsdoc/require-param-type: off
+ object-curly-spacing:
+ - error
+ - always
+ quotes: off