We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6057aeb commit 1689c07Copy full SHA for 1689c07
1 file changed
eslint.config.mjs
@@ -4,7 +4,7 @@ import pluginJs from "@eslint/js";
4
export default [
5
{
6
languageOptions: {
7
- globals: globals.browser,
+ globals: { ...globals.browser, ...globals.jasmine },
8
ecmaVersion: 2018,
9
},
10
0 commit comments