chore(eslint): remove deprecated eslint-env

These comments did not work anymore and were replaced by relevant
sections in eslint.config.mjs

Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
Philip Molares 2025-02-01 22:05:27 +01:00 committed by Erik Michelson
parent c437366c33
commit 03a7b0d3ef
16 changed files with 4 additions and 19 deletions

View file

@ -1,5 +1,3 @@
/* eslint-env node, mocha */
'use strict'
const assert = require('assert')