diff --git a/packages/types/src/rule/code/E1004.ts b/packages/types/src/rule/code/E1004.ts index 6690c898..31e70d93 100644 --- a/packages/types/src/rule/code/E1004.ts +++ b/packages/types/src/rule/code/E1004.ts @@ -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 `, };