keithamus / eslint-plugin-escompat

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

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

Closed kirkeaton closed 4 months ago

kirkeaton commented 4 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