Skip to content

Commit

Permalink
Fixed returning headerscookies for all paths
Browse files Browse the repository at this point in the history
  • Loading branch information
aliyss committed Jan 26, 2024
1 parent 9688591 commit 5d8abbf
Show file tree
Hide file tree
Showing 27 changed files with 5,843 additions and 10,460 deletions.
3 changes: 2 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
build
build
dist
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,11 @@
}
}
],
"comma-dangle": "off",
"@typescript-eslint/explicit-module-boundary-types": ["error"],
"@typescript-eslint/no-unused-vars": "error",
"@typescript-eslint/no-explicit-object": "off",
"@typescript-eslint/comma-dangle": ["off"],
"@typescript-eslint/comma-dangle": ["error", "only-multiline"],
"@typescript-eslint/default-param-last": "error",
"@typescript-eslint/naming-convention": [
"error",
Expand Down
Loading

0 comments on commit 5d8abbf

Please sign in to comment.