UNPKG

@atlaskit/eslint-plugin-no-lookahead-lookbehind-regexp

Version:

Fork of https://github.com/JonasBa/eslint-plugin-no-lookahead-lookbehind-regexp

10 lines 219 B
const recommended = { plugins: ['no-lookahead-lookbehind-regexp'], env: { browser: true }, rules: { 'no-lookahead-lookbehind-regexp/no-lookahead-lookbehind-regexp': 'error' } }; export { recommended };