From f449b528a2723df1f788c0d64bd51e206bd8a93e Mon Sep 17 00:00:00 2001 From: Milos Djermanovic Date: Thu, 4 Apr 2024 23:11:55 +0200 Subject: [PATCH] chore: remove code for testing version selectors --- docs/src/_data/eslintVersions.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/src/_data/eslintVersions.js b/docs/src/_data/eslintVersions.js index 728269464d9..2fc2b981828 100644 --- a/docs/src/_data/eslintVersions.js +++ b/docs/src/_data/eslintVersions.js @@ -28,12 +28,6 @@ module.exports = async function() { const { items } = data; - // For initial commit purpose only - if (items.length === 0) { - const localData = require("./versions.json"); - items.push(...localData.items); - } - let foundItemForThisBranch = false; for (const item of items) {