Skip to content

Commit

Permalink
feat: support flat config in eslint v8
Browse files Browse the repository at this point in the history
  • Loading branch information
lotmek authored and yutak23 committed Nov 6, 2024
1 parent 6755daa commit 06eda72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/rule-finder.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,4 +180,4 @@ async function createRuleFinder(specifiedFile, options) {

module.exports = async function (specifiedFile, options = {}) {
return createRuleFinder(specifiedFile, options);
};
};
2 changes: 1 addition & 1 deletion test/lib/rule-finder.js
Original file line number Diff line number Diff line change
Expand Up @@ -943,4 +943,4 @@ describe('rule-finder', function() {
);
});
});
});
});

0 comments on commit 06eda72

Please sign in to comment.