eslint-plugin-crisp
Advanced tools
Comparing version 1.0.63 to 1.0.64
{ | ||
"name": "eslint-plugin-crisp", | ||
"version": "1.0.63", | ||
"version": "1.0.64", | ||
"description": "Custom ESLint Rules for Crisp", | ||
@@ -5,0 +5,0 @@ "author": "Crisp IM SAS", |
@@ -34,3 +34,3 @@ const fs = require("fs"); | ||
const tagRegExp = new RegExp(`<${tag}`); | ||
const headerRegExp = new RegExp(`<!--\\s*\\*{73}\\s*\\n\\s*${headers[index]}\\s*\\n\\s*\\*{73}\\s*-->\\s*\\n\\s*<${tag}`); | ||
const headerRegExp = new RegExp(`<!--\\s*\\*{70,73}\\s*\\n\\s*${headers[index]}\\s*\\n\\s*\\*{70,73}\\s*-->\\s*\\n\\s*<${tag}`); | ||
@@ -37,0 +37,0 @@ // If the tag exists without the corresponding header, report an error |
77428