keithamus / eslint-plugin-escompat

Report errors for code which wont work in browsers without transpiling
MIT License
37 stars 7 forks source link

fix: update no-regexp-lookbehind rule to reflect Safari support #22

Closed kirkeaton closed 5 months ago

kirkeaton commented 5 months ago

Safari supports lookbehind assertions starting from version 16.4. Also fixed a couple of typos in some of the rule descriptions and documentation.

Resolves: https://github.com/keithamus/eslint-plugin-escompat/issues/20