massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / 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;