This is a fork of https://github.com/JonasBa/eslint-plugin-no-lookahead-lookbehind-regexp
Why fork? The current dependencies of the main stream doesn't matches our and it causes heaps of problems on our pipelines. Also, an important modification is needed but iit haven't been merged into the up stream yet (https://github.com/JonasBa/eslint-plugin-no-lookahead-lookbehind-regexp/pull/8)
import EslintPluginNoLookaheadLookbehindRegexp from '@atlaskit/eslint-plugin-no-lookahead-lookbehind-regexp';
Detailed docs and example usage can be found here.