diff --git a/scripts/helpers/blacklist.json b/scripts/data/blacklist.json
similarity index 100%
rename from scripts/helpers/blacklist.json
rename to scripts/data/blacklist.json
diff --git a/scripts/filter.js b/scripts/filter.js
index 04f6f2644..3efbc492e 100644
--- a/scripts/filter.js
+++ b/scripts/filter.js
@@ -1,4 +1,4 @@
-const blacklist = require('./helpers/blacklist.json')
+const blacklist = require('./data/blacklist.json')
 const parser = require('./helpers/parser')
 const log = require('./helpers/log')