Set eslint env properly

This commit is contained in:
Madeline
2023-04-12 20:43:49 +10:00
parent 3f4344a610
commit 5771552408
7 changed files with 3 additions and 12 deletions
-2
View File
@@ -16,8 +16,6 @@
along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
/* eslint-env node */
require("module-alias/register");
const getRouteDescriptions = require("./util/getRouteDescriptions");
const path = require("path");