Skip to content

Commit 97af03a

Browse files
committed
docs: register emoji-regex
1 parent 0f0d306 commit 97af03a

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed

docs/modules/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ ESLint plugin.
2222
- [`deep-equal`](./deep-equal.md)
2323
- [`depcheck`](./depcheck.md)
2424
- [`dotenv`](./dotenv.md)
25+
- [`emoji-regex`](./emoji-regex.md)
2526
- [`eslint-plugin-es`](./eslint-plugin-es.md)
2627
- [`eslint-plugin-eslint-comments`](./eslint-plugin-eslint-comments.md)
2728
- [`eslint-plugin-import`](./eslint-plugin-import.md)

docs/modules/emoji-regex.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# emoji-regex
2+
3+
There are alternative packages to `emoji-regex` whilst being smaller in package size.
4+
5+
# Alternatives
6+
7+
## emoji-regex-xs
8+
9+
`emoji-regex-xs` offers the same API and features whilst being 98% smaller.
10+
11+
[Project Page](https://github.com/slevithan/emoji-regex-xs)
12+
13+
[npm](https://npmjs.com/package/emoji-regex-xs)

manifests/preferred.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,12 @@
7878
"docPath": "dotenv",
7979
"category": "preferred"
8080
},
81+
{
82+
"type": "documented",
83+
"moduleName": "emoji-regex",
84+
"docPath": "emoji-regex",
85+
"category": "preferred"
86+
},
8187
{
8288
"type": "documented",
8389
"moduleName": "eslint-plugin-es",

0 commit comments

Comments
 (0)