Skip to content

Commit

Permalink
chore: add vscode settings for eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Apr 17, 2024
1 parent a77a334 commit 4f1afc9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ coverage
*.lcov
.nyc_output

# VSCode
.vscode

# Intellij idea
*.iml
.idea
Expand Down
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"eslint.experimental.useFlatConfig": true,
}
2 changes: 1 addition & 1 deletion src/runtime/composables/session.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ async function fetch() {
headers: {
Accept: 'text/json',
},
retry: false
retry: false,
}).catch(() => ({}))
}

Expand Down

0 comments on commit 4f1afc9

Please sign in to comment.