Skip to content

Commit

Permalink
chore:nicer demo example
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasBa committed Nov 29, 2021
1 parent 8673462 commit 336a8ef
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

eslint-plugin-no-lookahead-lookbehind-regexp
==============================
<img src="https://github.com/JonasBa/eslint-plugin-no-lookahead-lookbehind-regexp/blob/d42144e58aa0e428b0ad0d3bd43b070b835e07b0/example.png?raw=true" width="70%"/>
<img src="https://github.com/JonasBa/eslint-plugin-no-lookahead-lookbehind-regexp/blob/d42144e58aa0e428b0ad0d3bd43b070b835e07b0/example.gif?raw=true" width="70%"/>

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).

Expand Down
Binary file added example.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed example.png
Binary file not shown.

0 comments on commit 336a8ef

Please sign in to comment.