Skip to content

Commit

Permalink
Merge pull request #64 from basics/feature/fetch
Browse files Browse the repository at this point in the history
Feature/fetch
  • Loading branch information
StephanGerbeth authored Oct 24, 2024
2 parents 2e461b5 + 052d99f commit a12428b
Show file tree
Hide file tree
Showing 35 changed files with 1,228 additions and 199 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
node_modules
/.env
/.DS_Store
.env
.DS_Store

/coverage
/.github_old
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lts/*
stable
3 changes: 2 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ export default [
languageOptions: {
globals: {
...globals.browser,
expect: 'readonly'
expect: 'readonly',
global: 'readonly'
}
},
plugins: {
Expand Down
Loading

0 comments on commit a12428b

Please sign in to comment.