pokemon-showdown/server
Guangcong Luo f6f4467265 Turn on prefer-const for .js files
Not having prefer-const on the JS side makes JS -> TS refactors really
unreadable. This commit just auto-fixes it so we're using
`prefer-const` everywhere.
2020-04-23 11:37:47 -07:00
..
chat-commands Turn on prefer-const for .js files 2020-04-23 11:37:47 -07:00
chat-plugins Turn on prefer-const for .js files 2020-04-23 11:37:47 -07:00
static Move server code to server/ 2019-02-03 16:07:06 -06:00
tournaments Fix eslint no-unused-expressions issue 2020-03-25 20:34:03 -07:00
chat-formatter.ts Improve linkRegex 2020-03-08 20:16:53 -07:00
chat.ts Fix build errors from TypeScript update 2020-04-17 23:00:28 -07:00
config-loader.ts Setting a room rank can no longer demote globals 2020-04-17 03:32:11 -07:00
global-types.ts Refactor Sockets to ProcessManager+TypeScript (#6584) 2020-04-17 04:05:45 -07:00
global-variables.d.ts Refactor Sockets to ProcessManager+TypeScript (#6584) 2020-04-17 04:05:45 -07:00
index.ts Refactor Sockets to ProcessManager+TypeScript (#6584) 2020-04-17 04:05:45 -07:00
ip-tools.ts Improve hosttype detection for special case (#6577) 2020-04-14 15:26:16 -07:00
ladders-local.ts Use optional chaining and linter improvements (#6422) 2020-03-06 11:44:32 -08:00
ladders-remote.ts Use optional chaining and linter improvements (#6422) 2020-03-06 11:44:32 -08:00
ladders.ts Remove restrictions on concurrent battle searches (#6462) 2020-03-16 21:17:34 -07:00
loginserver.ts Migrate to typescript-eslint (#6342) 2020-03-05 08:33:06 -08:00
monitor.ts Use optional chaining and linter improvements (#6422) 2020-03-06 11:44:32 -08:00
punishments.ts Fix punishments 2020-04-08 16:50:26 -04:00
room-battle.ts Typescript chat-commands/core (#6484) 2020-03-23 23:50:35 -07:00
room-game.ts Typescript chat-commands/core (#6484) 2020-03-23 23:50:35 -07:00
roomlogs.ts Support /hidetext [line count] (#6471) 2020-03-22 15:53:40 -07:00
rooms.ts Make custom room ranks always override 2020-04-18 07:22:29 -07:00
sockets.ts Fix port config not being passed to child process 2020-04-21 07:26:29 -07:00
team-validator-async.ts Improve eslintrc 2020-03-06 22:35:55 -08:00
users.ts Make custom room ranks always override 2020-04-18 07:22:29 -07:00
verifier.ts Improve eslintrc 2020-03-06 22:35:55 -08:00