We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53c68ab commit df1cf4fCopy full SHA for df1cf4f
eslint.config.mjs
@@ -17,6 +17,7 @@ export default [
17
globals: {
18
...globals.node,
19
...globals.mocha,
20
+ ...globals.browser,
21
},
22
sourceType: 'module',
23
public/js/main.js
@@ -1,4 +1,3 @@
1
-/* eslint-env jquery, browser */
2
/* global $ */
3
4
$(() => {
0 commit comments