1
0
Fork 0
mirror of https://github.com/overleaf/overleaf.git synced 2025-03-05 04:52:16 +00:00
overleaf/services/contacts/.eslintrc
Alf Eaton c14467b87a Migrate contacts service to ES modules ()
GitOrigin-RevId: c5abb64729530baecbee0eb589eaed39faa2ac56
2022-12-19 09:03:55 +00:00

6 lines
81 B
Text

{
"parserOptions": {
"ecmaVersion": 2022,
"sourceType": "module"
}
}