mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-08 16:05:05 -04:00
feat :migrate socket.io 2 -> 3
This commit is contained in:
parent
47f0113fd7
commit
bed417780f
16 changed files with 203 additions and 104 deletions
13
.vscode/settings.json
vendored
Normal file
13
.vscode/settings.json
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"eslint.enable": false,
|
||||
"prettier.enable": false,
|
||||
"javascript.format.enable": false,
|
||||
"editor.formatOnSave": false,
|
||||
"eslint.autoFixOnSave": false,
|
||||
"[javascript]": {
|
||||
"editor.formatOnSave": false
|
||||
},
|
||||
"[typescript]": {
|
||||
"editor.formatOnSave": false
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue