UNPKG
emoji-mart-lazyload
Version:
beta (3.0.1-k)
latest (3.0.1-j)
3.0.1-k
3.0.1-j
3.0.1-i
3.0.1-h
3.0.1-g
3.0.1-f
3.0.1-e
3.0.1-d
3.0.1-c
3.0.1-b
3.0.1-a
Customizable Slack-like emoji picker for React
github.com/mashirozx/emoji-mart
mashirozx/emoji-mart
emoji-mart-lazyload
/
prettier.config.js
7 lines
(6 loc)
•
106 B
JavaScript
View Raw
1
2
3
4
5
6
7
module
.
exports
= { semi:
false
, singleQuote:
true
, trailingComma:
'all'
, arrowParens:
'always'
, }