]> git.proxmox.com Git - pve-eslint.git/blobdiff - eslint/lib/rules/no-misleading-character-class.js
import and build new upstream release 7.2.0
[pve-eslint.git] / eslint / lib / rules / no-misleading-character-class.js
index 9315ba64972f79d36dd5357d25ab051ef7e9282a..3d004615c3f0707b28935d89d00b40e2ee9f0b81 100644 (file)
@@ -147,7 +147,7 @@ module.exports = {
                     pattern.length,
                     flags.includes("u")
                 );
-            } catch (e) {
+            } catch {
 
                 // Ignore regular expressions with syntax errors
                 return;