Skip to content

Commit df1cf4f

Browse files
committed
chore: replace deprecated eslint-env
1 parent 53c68ab commit df1cf4f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

eslint.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ export default [
1717
globals: {
1818
...globals.node,
1919
...globals.mocha,
20+
...globals.browser,
2021
},
2122
sourceType: 'module',
2223
},

public/js/main.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* eslint-env jquery, browser */
21
/* global $ */
32

43
$(() => {

0 commit comments

Comments
 (0)