Skip to content

v0.1.1

Choose a tag to compare

@JoernBerkefeld JoernBerkefeld released this 07 Jul 09:05

Chores

  • Removed all unicorn/* rule exclusions from the ESLint config (kept only catch-error-name); unicorn/prefer-module stays scoped off for the CommonJS main/preload/shared/test and sandboxed renderer contexts. Refactored code to satisfy the stricter rules (internal null sentinels converted to undefined, nested ternary flattened).
  • Added a pre-commit git hook (Husky) that runs lint-staged (eslint --fix on staged JS) and the full test suite, matching the other repos in the workspace.

Dependencies

  • Bump eslint-plugin-unicorn from 71.0.0 to 71.1.0
  • Bump actions/checkout from v6 to v7

Full Changelog: v0.1.0...v0.1.1