eslint-plugin-mgw-eslint-rules 2.3.18 → 2.3.19
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 +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -44395,6 +44395,7 @@ var rule8 = createRule8({
|
|
|
44395
44395
|
//// for (const attr of attributes) {
|
|
44396
44396
|
// Parcours attribut par attribut
|
|
44397
44397
|
"Element$1 > TextAttribute"(node) {
|
|
44398
|
+
console.log(node);
|
|
44398
44399
|
if (node.value) {
|
|
44399
44400
|
const attrNomme = listeAttributes.get(node.name);
|
|
44400
44401
|
if (attrNomme) {
|