We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d028d2 commit f2a25b1Copy full SHA for f2a25b1
lib/rules/no-regexp-lookbehind.js
@@ -1,6 +1,6 @@
1
'use strict';
2
3
-const hasLookbehind = s => s.includes('(?<=') || s.includes('(?<!)')
+const hasLookbehind = s => s.includes('(?<=') || s.includes('(?<!')
4
5
module.exports = (context, badBrowser) => ({
6
'Literal[regex]'(node) {
0 commit comments