@transferwise/eslint-plugin
Version:
TransferWise ESLint plugin
29 lines (15 loc) • 536 B
Markdown
# v0.3.0
## Support ESlint v9
Multiple methods on the `context` object have been removed and replaced by
methods on `SourceCode`. Migrate rules to use these new methods.
# v0.2.2
## Update deps to the latest versions
# v0.2.1
## Fix getServerSideProps rule for unnamed default exports
# v0.2.0
## Add rule for getServerSideProps being in the pages directory
# v0.1.1
## Export .rules property to ensure rule definition is found
# v0.1.0
## Initial release
Adds a single rule to ensure forms always have a method attribute.