You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add suggestions for `regexp/no-lazy-ends`
* Create rare-spiders-drop.md
* Added a little hint
* Update rules.ts
---------
Co-authored-by: Yosuke Ota <[email protected]>
|[no-lazy-ends](https://ota-meshi.github.io/eslint-plugin-regexp/rules/no-lazy-ends.html)| disallow lazy quantifiers at the end of an expression || ✅ |||
122
+
|[no-lazy-ends](https://ota-meshi.github.io/eslint-plugin-regexp/rules/no-lazy-ends.html)| disallow lazy quantifiers at the end of an expression || ✅ ||💡|
123
123
|[no-misleading-capturing-group](https://ota-meshi.github.io/eslint-plugin-regexp/rules/no-misleading-capturing-group.html)| disallow capturing groups that do not behave as one would expect | ✅ ||| 💡 |
124
124
|[no-misleading-unicode-character](https://ota-meshi.github.io/eslint-plugin-regexp/rules/no-misleading-unicode-character.html)| disallow multi-code-point characters in character classes and quantifiers | ✅ || 🔧 | 💡 |
125
125
|[no-missing-g-flag](https://ota-meshi.github.io/eslint-plugin-regexp/rules/no-missing-g-flag.html)| disallow missing `g` flag in patterns used in `String#matchAll` and `String#replaceAll`| ✅ || 🔧 ||
0 commit comments