From 2a0596f08fb54e2faef4bcb4548a28f5837fc067 Mon Sep 17 00:00:00 2001 From: BobIsMyManager Date: Tue, 26 Jul 2022 22:28:50 +0100 Subject: Many things Made all instances updateable Added hyperpipe Closes https://github.com/libredirect/libredirect/issues/398 Added cloudtube Closes https://github.com/libredirect/libredirect/issues/397 Start using prettier --- web-ext-config.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'web-ext-config.js') diff --git a/web-ext-config.js b/web-ext-config.js index a2f0dc14..f30b73e3 100644 --- a/web-ext-config.js +++ b/web-ext-config.js @@ -1,5 +1,3 @@ module.exports = { - ignoreFiles: [ - "instances/get_instances.py" - ], -}; \ No newline at end of file + ignoreFiles: ["instances/get_instances.py"], +} -- cgit 1.4.1