pact-foundation / jest-pact

A Pact adaptor for to allow you to easily run tests with Jest
https://pact.io
MIT License
81 stars 12 forks source link

Match pact js lint #219

Closed TimothyJones closed 1 year ago

TimothyJones commented 1 year ago

This is like https://github.com/pact-foundation/pact-js-core/pull/425 and https://github.com/pact-foundation/pact-js/pull/1027 - it simply tightens the lint settings to match pact-js and pact-js core.

Key points:

TimothyJones commented 1 year ago

Doing the same treatment to mocha pact is left as an exercise for the reader

YOU54F commented 1 year ago

Thanks @TimothyJones, this looks good, would you be able to resolve the conflicts and we can get this merged :)