mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-06 07:07:12 -04:00
feat :migrate socket.io 2 -> 3
This commit is contained in:
parent
04cc3c8d54
commit
e7bfd0d9b1
8 changed files with 249 additions and 0 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