diff --git a/README.md b/README.md index 1182e58..99cba4f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ + eslint-plugin-no-lookahead-lookbehind-regexp ============================== + -Lint the use of lookahead and lookbehind regexp expression. The expression is problematic, as compiling it in an unsupported browser will throw an error. +Lint the use of lookahead and lookbehind regexp expression. The expression is problematic, as compiling it in an unsupported browser will throw an error. The plugin handles both [literal and constructor notation](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/RegExp#literal_notation_and_constructor). ### 1. Install