dangreenisrael / eslint-plugin-jest-formatting

ESLint rules for formatting test suites written for jest.
MIT License
156 stars 13 forks source link

Change config.overrides to arrays #82

Closed benkimpel closed 4 years ago

benkimpel commented 4 years ago

ESLint 6 requires that this field is an array

Closes #78