File tree Expand file tree Collapse file tree 5 files changed +24
-1
lines changed Expand file tree Collapse file tree 5 files changed +24
-1
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ const config = {
23
23
favicon : 'img/favicon.ico' ,
24
24
organizationName : 'typescript-eslint' ,
25
25
projectName : 'typescript-eslint' ,
26
+ clientModules : [ require . resolve ( './src/clientModules.js' ) ] ,
26
27
customFields : {
27
28
sponsors,
28
29
} ,
Original file line number Diff line number Diff line change 27
27
"@typescript-eslint/visitor-keys" : " 5.3.1" ,
28
28
"clsx" : " ^1.1.1" ,
29
29
"eslint" : " *" ,
30
+ "konamimojisplosion" : " ^0.4.3" ,
30
31
"react" : " ^17.0.2" ,
31
32
"react-dom" : " ^17.0.2" ,
32
33
"typescript" : " *"
Original file line number Diff line number Diff line change
1
+ if ( typeof window !== 'undefined' && typeof window . document !== 'undefined' ) {
2
+ require ( 'konamimojisplosion' ) . initializeKonamimojisplosion ( ) ;
3
+ }
Original file line number Diff line number Diff line change 1
1
{
2
- "extends" : " ../tsconfig.base.json" ,
2
+ "extends" : " ../../ tsconfig.base.json" ,
3
3
"compilerOptions" : {
4
4
"module" : " commonjs" ,
5
5
"moduleResolution" : " node" ,
Original file line number Diff line number Diff line change @@ -6148,6 +6148,11 @@ emojis-list@^3.0.0:
6148
6148
resolved "https://registry.yarnpkg.com/emojis-list/-/emojis-list-3.0.0.tgz#5570662046ad29e2e916e71aae260abdff4f6a78"
6149
6149
integrity sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==
6150
6150
6151
+ emojisplosion@^2.6.1:
6152
+ version "2.6.1"
6153
+ resolved "https://registry.yarnpkg.com/emojisplosion/-/emojisplosion-2.6.1.tgz#1e00c316f06469489cb34fe65746d7c91ed48196"
6154
+ integrity sha512-a+yvHzHHP9R8qvt7ZeZS8yReuHjwXvbBbSxJHVMMWs4+sf0eOE/v/+Iz6fQq0CdF8G04jsJMF1MNDlrIBCC1pw==
6155
+
6151
6156
emoticon@^3.2.0:
6152
6157
version "3.2.0"
6153
6158
resolved "https://registry.yarnpkg.com/emoticon/-/emoticon-3.2.0.tgz#c008ca7d7620fac742fe1bf4af8ff8fed154ae7f"
@@ -9138,6 +9143,19 @@ klona@^2.0.4:
9138
9143
resolved "https://registry.yarnpkg.com/klona/-/klona-2.0.5.tgz#d166574d90076395d9963aa7a928fabb8d76afbc"
9139
9144
integrity sha512-pJiBpiXMbt7dkzXe8Ghj/u4FfXOOa98fPW+bihOJ4SjnoijweJrNThJfd3ifXpXhREjpoF2mZVH1GfS9LV3kHQ==
9140
9145
9146
+ konami-code-js@^0.8.1:
9147
+ version "0.8.1"
9148
+ resolved "https://registry.yarnpkg.com/konami-code-js/-/konami-code-js-0.8.1.tgz#b970ee1aaa7e4136b484d36a2c4e528414feb4de"
9149
+ integrity sha512-bJ0tuWYLYiUueIVTpA0MV4h4Gz1X16uuJggh5TpIWXOQoLv0238SU7Im23z2wYKCCBsOfk5j4HKWB/pqdCgu5Q==
9150
+
9151
+ konamimojisplosion@^0.4.3:
9152
+ version "0.4.3"
9153
+ resolved "https://registry.yarnpkg.com/konamimojisplosion/-/konamimojisplosion-0.4.3.tgz#8944e0b4fc6853e052d140679c0da4de1fcd94fa"
9154
+ integrity sha512-+lnI57Gisva7z4QJYhzVfOzQhwuCku/UHvjlumG2QAbktUcYHHypaWpsyMvC+RT9YO9uiVDrZ8CuXCzn1fTimA==
9155
+ dependencies:
9156
+ emojisplosion "^2.6.1"
9157
+ konami-code-js "^0.8.1"
9158
+
9141
9159
latest-version@^5.1.0:
9142
9160
version "5.1.0"
9143
9161
resolved "https://registry.yarnpkg.com/latest-version/-/latest-version-5.1.0.tgz#119dfe908fe38d15dfa43ecd13fa12ec8832face"
You can’t perform that action at this time.
0 commit comments