We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f960698 commit d5a12a0Copy full SHA for d5a12a0
eslint.config.js
@@ -32,15 +32,8 @@ module.exports = [
32
languageOptions: {
33
globals: toNewGlobalsConfig({
34
...globals.browser,
35
- ...globals.node,
36
...globals.jasmine,
37
- document: false,
38
- navigator: false,
39
- window: false,
40
- expect: true,
41
- test: true,
42
- sinon: true,
43
- angular: true
+ ...globals.node
44
}),
45
46
ecmaVersion: 2021,
0 commit comments