From 5771552408898a3c33a7432a207fcfa51ad5f5df Mon Sep 17 00:00:00 2001 From: Madeline <46743919+MaddyUnderStars@users.noreply.github.com> Date: Wed, 12 Apr 2023 20:43:49 +1000 Subject: Set eslint env properly --- scripts/changelog.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'scripts/changelog.js') diff --git a/scripts/changelog.js b/scripts/changelog.js index f6329a46..658193ba 100644 --- a/scripts/changelog.js +++ b/scripts/changelog.js @@ -26,8 +26,6 @@ This grabs the new changelog from `spacebarchat/server/assets/changelog.txt` */ -/* eslint-env node */ - const fetch = require("node-fetch"); const fs = require("fs/promises"); const path = require("path"); -- cgit 1.5.1