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:
committed by
Erik Michelson
parent
c437366c33
commit
03a7b0d3ef
@@ -17,7 +17,10 @@ export default [{
|
||||
}, ...compat.extends('standard'), {
|
||||
languageOptions: {
|
||||
globals: {
|
||||
...globals.node
|
||||
...globals.node,
|
||||
...globals.mocha,
|
||||
...globals.jquery,
|
||||
...globals.browser
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user