blob: 9318d9f68ef0b3e5eb1b313cb1435649ba8f8467 (
plain)
1
2
3
4
5
6
7
8
9
10
|
{
"markdown.extension.toc.levels": "1..3",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"eslint.format.enable": true,
"playwright.env": {
"PW_EXPERIMENTAL_SERVICE_WORKER_NETWORK_EVENTS": 1
}
}
|