Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
Updated config
Browse files Browse the repository at this point in the history
  • Loading branch information
2767mr committed Dec 15, 2022
1 parent fa64121 commit 1540757
Show file tree
Hide file tree
Showing 43 changed files with 6,621 additions and 5,358 deletions.
44 changes: 44 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"env": {
"browser": true,
"es2021": true,
"node": true
},
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/recommended"
],
"overrides": [
],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaVersion": "latest",
"sourceType": "module"
},
"plugins": [
"@typescript-eslint"
],
"rules": {
"indent": [
"error",
"tab"
],
"quotes": [
"error",
"single"
],
"semi": [
"error",
"always"
],
"@typescript-eslint/no-this-alias": [
"off"
],
"@typescript-eslint/no-explicit-any": [
"off"
],
"@typescript-eslint/no-non-null-assertion": [
"off"
]
}
}
9 changes: 3 additions & 6 deletions assets/config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,9 @@
"port": 1423,
"type": "http"
},{
"hostname": "ccmultiplayerserver.herokuapp.com",
"port": 80,
"type": "http"
},{
"hostname": "ccmultiplayer-usa.herokuapp.com",
"port": 80,
"display": "Public server (Germany)",
"hostname": "130.162.212.177",
"port": 1423,
"type": "http"
}]
}
Loading

0 comments on commit 1540757

Please sign in to comment.