v0.1.1
Chores
- Removed all
unicorn/*rule exclusions from the ESLint config (kept onlycatch-error-name);unicorn/prefer-modulestays scoped off for the CommonJS main/preload/shared/test and sandboxed renderer contexts. Refactored code to satisfy the stricter rules (internalnullsentinels converted toundefined, nested ternary flattened). - Added a
pre-commitgit hook (Husky) that runslint-staged(eslint --fixon staged JS) and the full test suite, matching the other repos in the workspace.
Dependencies
- Bump
eslint-plugin-unicornfrom 71.0.0 to 71.1.0 - Bump
actions/checkoutfrom v6 to v7
Full Changelog: v0.1.0...v0.1.1