Skip to content

Commit

Permalink
chore: remove code for testing version selectors (#18266)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjermanovic authored Apr 4, 2024
1 parent 96607d0 commit e80b60c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions docs/src/_data/eslintVersions.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit e80b60c

Please sign in to comment.