mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-14 19:16:54 -04:00
14 lines
297 B
JSON
14 lines
297 B
JSON
![]() |
{
|
||
|
"eslint.enable": false,
|
||
|
"prettier.enable": false,
|
||
|
"javascript.format.enable": false,
|
||
|
"editor.formatOnSave": false,
|
||
|
"eslint.autoFixOnSave": false,
|
||
|
"[javascript]": {
|
||
|
"editor.formatOnSave": false
|
||
|
},
|
||
|
"[typescript]": {
|
||
|
"editor.formatOnSave": false
|
||
|
}
|
||
|
}
|