Skip to content

Commit

Permalink
chore: fix the wrong of ECMA Version Check's rule explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
easy1090 committed Mar 15, 2024
1 parent 6a8f2fb commit 4d1a1c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/types/src/rule/code/E1004.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ export const message: RuleMessage = {
description: `
#### Description
Detect if there is a low version of ECMA syntax in the js bundle file
Detect if there is a bigger version of ECMA syntax in the js bundle file
`,
};

0 comments on commit 4d1a1c6

Please sign in to comment.