Server/project
Refringe 2b826f8b1e
Conditional Code Adjustments Re:Biome
When multiple falsey conditions are being checked Biome recommends to check for all the truthy conditions negated. Logic remains untouched, while only using one negation. Apparently easier to comprehend.
2023-11-13 12:00:49 -05:00
..
.vscode Additional formatting configuration changes. 2023-11-10 15:16:21 -05:00
assets Merge branch 'master' of https://dev.sp-tarkov.com/SPT-AKI/Server into 3.8.0 2023-11-07 14:44:26 +00:00
src Conditional Code Adjustments Re:Biome 2023-11-13 12:00:49 -05:00
tests Favours single line variable declarations. 2023-11-13 11:51:52 -05:00
.dockerignore Updated dependencies + A few other things (!150) 2023-10-14 09:01:41 +00:00
.editorconfig Implements dprint formatting library. 2023-11-10 11:29:56 -05:00
.eslintignore Add Repo 2023-03-03 15:23:46 +00:00
.eslintrc.json Additional formatting configuration changes. 2023-11-10 15:16:21 -05:00
.nvmrc 0.13.5.0 (!147) 2023-10-10 11:03:20 +00:00
.swcrc Removed @tests path alias from .swcrc 2023-10-29 22:20:34 +00:00
biome.json Implements dprint formatting library. 2023-11-10 11:29:56 -05:00
docker-compose.yml Add Repo 2023-03-03 15:23:46 +00:00
Dockerfile Auto-formatting of root-level files. 2023-11-10 15:17:43 -05:00
Dockerfile.docs Updated dependencies + A few other things (!150) 2023-10-14 09:01:41 +00:00
Dockerfile.pnpm Updated dependencies + A few other things (!150) 2023-10-14 09:01:41 +00:00
dprint.json Disables dprint import/export sorting & adds a fix option for the linting errors. 2023-11-13 11:37:49 -05:00
gulpfile.mjs Reformatted imports with (only) Biome. 2023-11-13 11:43:37 -05:00
package.json Disables dprint import/export sorting & adds a fix option for the linting errors. 2023-11-13 11:37:49 -05:00
pkgconfig.json Fixed stacktraces and source maps on the built exe (!153) 2023-10-15 07:31:16 +00:00
Server.code-workspace Formatting for test classes. 2023-11-10 17:21:20 -05:00
tsconfig.base.json Merge branch '3.8.0' into testing-redux 2023-11-06 15:06:46 -05:00
tsconfig.json fix/profiler (!166) 2023-11-06 19:39:13 +00:00
tsconfig.typedef.json fix/profiler (!166) 2023-11-06 19:39:13 +00:00
typedoc.json Auto-formatting of root-level files. 2023-11-10 15:17:43 -05:00
vitest.config.ts Auto-formatting of root-level files. 2023-11-10 15:17:43 -05:00