Skip to content

3.0.0

Choose a tag to compare

@fs-write fs-write released this 12 Aug 15:33
9748d57
  • Upgrade to eslint v7 (#5)

Update to eslint v7.
Update dependencies to latest releases.
Add release information to README.
Update test snapshots.

  • Add husky pre-push check (#4)

Add husky dependency & configuration.
Since we automatically cut a new release when one is detected in a commit, we need to run the tests before pushing, to ensure that our rules are still applied as expected.
Add notes to README as to why we do not have any other integrations.
Add CODEOWNERS & contributing guidelines.