Skip to content

Commit

Permalink
chore: satisfy type instead of set
Browse files Browse the repository at this point in the history
  • Loading branch information
vitonsky committed Oct 25, 2024
1 parent be0c4d7 commit 3633506
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/rules/alias.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ function findAlias(

// TODO: implement option to force relative path instead of alias (for remove alias case)
// TODO: add tests
const rule: Rule.RuleModule = {
const rule = {
meta: {
fixable: 'code',
schema: {
Expand Down Expand Up @@ -157,6 +157,6 @@ const rule: Rule.RuleModule = {
},
};
},
};
} satisfies Rule.RuleModule;

export default rule;

0 comments on commit 3633506

Please sign in to comment.