You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.
eslint-plugin-jest has a
recommended
rule set, which we're not using:https://github.com/jest-community/eslint-plugin-jest#recommended
neutrino/packages/jest/src/index.js
Lines 18 to 23 in 04ae1d3
I think we should use it in
@neutrinojs/jest
instead of only manually enabling a handful of rules.Thoughts?
Also the v22 release of eslint-plugin-jest added a new
style
preset configuration alongsiderecommended
:jest-community/eslint-plugin-jest#193
https://github.com/jest-community/eslint-plugin-jest#style
Should we use that too?
The text was updated successfully, but these errors were encountered: