mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-01 21:31:36 +02:00
Set Prettier's "trailingComma" setting to "es5" GitOrigin-RevId: 9f14150511929a855b27467ad17be6ab262fe5d5
6 lines
77 B
JavaScript
6 lines
77 B
JavaScript
module.exports = {
|
|
INVITE: 'invite',
|
|
TOKEN: 'token',
|
|
OWNER: 'owner',
|
|
}
|