summaryrefslogtreecommitdiff
path: root/lint
diff options
context:
space:
mode:
authorFlorian Müllner <fmuellner@gnome.org>2019-09-13 00:40:24 +0200
committerFlorian Müllner <florian.muellner@gmail.com>2019-09-15 13:30:19 +0000
commite44b7df0784c9ce9125e2ef01fb8ac70dd7dba10 (patch)
tree55498137cc12456615fc5371065deeae12b5e70c /lint
parent3a9eaa39ea50c909a3409d236c74259db4a2f079 (diff)
downloadgnome-shell-e44b7df0784c9ce9125e2ef01fb8ac70dd7dba10.tar.gz
lint: Drop extra ignored nodes in legacy config
They didn't just allow for the style patterns they were added to, but allowed for some messed up indentation to slip through. Now that we adapted the code to not use the old style, it's time to drop the exceptions. https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/725
Diffstat (limited to 'lint')
-rw-r--r--lint/eslintrc-legacy.json2
1 files changed, 0 insertions, 2 deletions
diff --git a/lint/eslintrc-legacy.json b/lint/eslintrc-legacy.json
index 462607e4e..e49d5c63a 100644
--- a/lint/eslintrc-legacy.json
+++ b/lint/eslintrc-legacy.json
@@ -5,8 +5,6 @@
4,
{
"ignoredNodes": [
- "ConditionalExpression",
- "CallExpression > ArrowFunctionExpression",
"CallExpression[callee.object.name=GObject][callee.property.name=registerClass] > ClassExpression:first-child"
],
"CallExpression": { "arguments": "first" },