eslint-plugin-mgw-eslint-rules 2.3.11 → 2.3.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -44144,7 +44144,8 @@ var rule4 = createRule4({
44144
44144
  // src/rules/prefer-const-enum.ts
44145
44145
  var import_utils5 = __toESM(require_dist4());
44146
44146
  var RULE_NAME5 = "prefer-const-enum";
44147
- var createRule5 = import_utils5.ESLintUtils.RuleCreator((name) => `https://github.com/developpement-megao/mgw-eslint-rules/docs/rules/${name}.md`);
44147
+ var DOCS_RULES = "https://github.com/developpement-megao/mgw-eslint-rules/tree/main/docs/rules";
44148
+ var createRule5 = import_utils5.ESLintUtils.RuleCreator((name) => `${DOCS_RULES}/${name}.md`);
44148
44149
  var rule5 = createRule5({
44149
44150
  name: RULE_NAME5,
44150
44151
  meta: {
@@ -44207,8 +44208,8 @@ var rule6 = createRule6({
44207
44208
  recommended: true
44208
44209
  },
44209
44210
  messages: {
44210
- preferClassBinding: "Pr\xE9f\xE9rez '[class.<nom>]' ou '[class]' \xE0 '[ngClass]'.",
44211
- preferStyleBinding: "Pr\xE9f\xE9rez '[style.<prop>]' ou '[style]' \xE0 '[ngStyle]'."
44211
+ preferClassBinding: "Pr\xE9f\xE9rez '[class.<nom>]' ou '[class]' \xE0 'ngClass'.",
44212
+ preferStyleBinding: "Pr\xE9f\xE9rez '[style.<prop>]' ou '[style]' \xE0 'ngStyle'."
44212
44213
  },
44213
44214
  schema: []
44214
44215
  },