Skip to content

Commit

Permalink
Also don't need this change anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmire committed Sep 3, 2021
1 parent 0e572f8 commit 48967e4
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,12 +129,7 @@ module.exports = {
},
},
{
files: [
'ui/**/*.test.js',
'ui/__mocks__/*.js',
'shared/**/*.test.js',
'test/jest/*.js',
],
files: ['ui/**/*.test.js', 'ui/__mocks__/*.js', 'shared/**/*.test.js'],
extends: ['@metamask/eslint-config-jest'],
rules: {
'jest/no-restricted-matchers': 'off',
Expand Down

0 comments on commit 48967e4

Please sign in to comment.