Skip to content

Release v0.0.2

Choose a tag to compare

@virtuallyunknown virtuallyunknown released this 31 Jan 00:28

Fixes:

  • (fef0615) fix(release): accidentally altered the release script, revert to original
  • (5c4c7aa) fix(release): handle commit subject scopes
  • (a4f7e89) fix: lockfile
  • (668c4f7) fix(eslint-config): disable @typescript-eslint/no-shadow as it's not working well
  • (11e9026) fix(release): apply linting and fixes
  • (cf2613a) fix(eslint-config): disable no-duplicate-imports
  • (5d2ead6) fix(eslint-config): disable @typescript-eslint/return-await
  • (2aa5c16) fix(eslint-config): no-param-reassign.props set to true to avoid issues with Array.reduce
  • (9388d28) fix(eslint-config): disable jsx-closing-tag-location as it conflicts with vscode formatter
  • (680407c) fix(eslint-config): disable @stylistic/jsx-one-expression-per-line as it's too restrictive
  • (4946b66) fix: nx include app projects in release configuration
  • (b3fd6ef) fix: internal deps, depend on fixed version
  • (613ab25) fix(eslint-config): enable @typescript-eslint/no-misused-promises.checksVoidReturn.attributes

Features:

  • (7ace801) feat(eslint-server): upgrade @typescript-eslint/eslint-plugin 6.20.0 rules
  • (eeb4b3f) feat(eslint-client): apply linting and fixes
  • (5f22ece) feat(eslint-server): apply linting and fixes
  • (6afdbe9) feat(release): add check script
  • (0221ba5) feat: add lint nx task and script
  • (0e6bbe6) feat(release): add lint script
  • (f910c95) feat: add linting configuration for individual projects
  • (f8c6733) feat(release): add linting configuration
  • (d00f5a0) feat(eslint-server): add linting configuration
  • (f7be3d7) feat(eslint-client): add linting configuration
  • (a84ca6f) feat: add more todo tasks

Chores:

  • (7f3954c) chore: bump all dependencies

Thanks:

@virtuallyunknown