From 47075c0d12d1ea1106734a2de4034f3565cfdad9 Mon Sep 17 00:00:00 2001 From: Martin Brennan Date: Wed, 10 Nov 2021 09:49:30 +1000 Subject: [PATCH] DEV: Revert eslint-config-discourse bump (#14870) Just the package.json part of 23b7b42acd1efda21cf8c80a45057be5a705ac57, because all the plugins/themes need to be updated to follow this new rule as well. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7f7f88cf20a..b2b05c8dc1b 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "chart.js": "3.5.1", "chartjs-plugin-datalabels": "^2.0.0", "diffhtml": "^1.0.0-beta.20", - "eslint-config-discourse": "^1.1.9", + "eslint-config-discourse": "^1.1.8", "handlebars": "^4.7.7", "jquery": "3.5.1", "jquery-color": "3.0.0-alpha.1",