eslint-plugin-mgw-eslint-rules 2.3.8 → 2.3.9

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
@@ -44165,7 +44165,7 @@ var rule5 = createRule5({
44165
44165
  const parserServices = (0, import_utils5.getTemplateParserServices)(context);
44166
44166
  return {
44167
44167
  // Détecte les attributs ngClass dans les templates
44168
- Element(node) {
44168
+ "Element[inputs]"(node) {
44169
44169
  const inputs = node.inputs;
44170
44170
  for (const ipt of inputs) {
44171
44171
  if (ipt.name === "ngClass" || ipt.name === "ngStyle") {