Skip to content

Commit e248db8

Browse files
fix(fetch): added fetch operators
1 parent 32b937d commit e248db8

30 files changed

+988
-48
lines changed

.gitignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
node_modules
2-
/.env
3-
/.DS_Store
2+
.env
3+
.DS_Store
4+
45
/coverage
56
/.github_old

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
lts/*
1+
stable

eslint.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ export default [
2323
languageOptions: {
2424
globals: {
2525
...globals.browser,
26-
expect: 'readonly'
26+
expect: 'readonly',
27+
global: 'readonly'
2728
}
2829
},
2930
plugins: {

0 commit comments

Comments
 (0)