Skip to content

Commit

Permalink
no need to ignore and fix space
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyguerra committed Mar 21, 2024
1 parent 4a59aad commit af79249
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -265,13 +265,4 @@
},
},
],
"ignorePatterns": [
"tests/files/broken-trampoline.js",
"tests/files/cycles/flow-typeof.js",
"tests/files/default-export-from.js",
"tests/files/flowtypes.js",
"tests/files/issue-195/Endpoints.js",
"tests/files/named-trampoline.js",
"tests/files/trampoline.js",
],
}
2 changes: 1 addition & 1 deletion tests/src/core/resolve.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ describe('resolve', function () {
});

it('finds resolvers from the source files rather than eslint-module-utils', function () {
const testContext = utils.testContext({ 'import/resolver': { foo: {} }});
const testContext = utils.testContext({ 'import/resolver': { foo: {} } });

expect(resolve(
'../files/foo',
Expand Down

0 comments on commit af79249

Please sign in to comment.