Any changes that haven't been included in a published version will be listed here.
- package.json: restrict package files (@andrii-bodnar)
- package.json: explicitly specify the "types" field in package.json. This fixes incompatibilities with TypeScript 4 and/or Webpack. (@andrii-bodnar)
- Added
node.reactions = ...
to the list of banned property setters underban-deprecated-sync-prop-setters
. Usenode.setReactionsAsync
instead.
- Updated
ban-deprecated-sync-prop-getters
rule to allow assignment to properties. This allows for statements such asinstance.mainComponent = ...
.
- Initial published version