Skip to content

Commit

Permalink
feat(configuration): allow specify port in server address
Browse files Browse the repository at this point in the history
  • Loading branch information
laggage committed Oct 16, 2022
1 parent eb43e98 commit 7322f92
Show file tree
Hide file tree
Showing 5 changed files with 8,765 additions and 3,761 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@typescript-eslint/naming-convention": "warn",
"@typescript-eslint/semi": "warn",
"curly": "warn",
"eqeqeq": "warn",
"eqeqeq": ["warn", "smart"],
"no-throw-literal": "warn",
"semi": "error"
},
Expand Down
Loading

0 comments on commit 7322f92

Please sign in to comment.