Skip to content

Commit

Permalink
fixed middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolay Matrosov committed Feb 6, 2023
1 parent 3e35e7d commit 7fa91ea
Show file tree
Hide file tree
Showing 9 changed files with 568 additions and 292 deletions.
13 changes: 11 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"plugins": [
"jest",
"@typescript-eslint"
"@typescript-eslint",
"import"
],
"extends": [
"plugin:github/recommended"
Expand Down Expand Up @@ -80,5 +81,13 @@
"node": true,
"es6": true,
"jest/globals": true
},
"settings": {
"import/resolver": {
"typescript": {
"alwaysTryTypes": true,
"project": "."
}
}
}
}
}
2 changes: 1 addition & 1 deletion .prettierrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"printWidth": 120,
"tabWidth": 2,
"tabWidth": 4,
"useTabs": false,
"singleQuote": true,
"trailingComma": "all",
Expand Down
Loading

0 comments on commit 7fa91ea

Please sign in to comment.