Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support flat config #330

Merged
merged 9 commits into from
May 22, 2024
Prev Previous commit
Next Next commit
test: add test for flat/recommended
  • Loading branch information
kazupon committed Mar 28, 2024
commit 4875b8118b1681261c0dc265969736a598f33dda
4 changes: 4 additions & 0 deletions tests/lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,8 @@ describe("configurations", function () {
it(`should export a "recommended" configuration`, function () {
assert(plugin.configs.recommended);
});

it(`should export a "flat/recommended" configuration`, function () {
assert(plugin.configs["flat/recommended"]);
});
});