Revize 8feb1753
Přidáno uživatelem Tomáš Ballák před téměř 5 roky(ů)
website/symfony.code-workspace | ||
---|---|---|
9 | 9 |
"files.autoSave": "afterDelay", |
10 | 10 |
"php-cs-fixer.executablePath": "/var/www/symfony/vendor/bin/php-cs-fixer", |
11 | 11 |
"php-cs-fixer.config": ".php_cs;.php_cs.dist", |
12 |
"php-cs-fixer.onsave": true |
|
12 |
"php-cs-fixer.onsave": true, |
|
13 |
"eslint.enable": true, |
|
14 |
"eslint.format.enable": true, |
|
15 |
"eslint.codeActionsOnSave.mode": "all", |
|
16 |
"editor.codeActionsOnSave": { |
|
17 |
"source.fixAll": true |
|
18 |
} |
|
13 | 19 |
}, |
14 | 20 |
"extensions": { |
15 | 21 |
"recommendations": [ |
Také k dispozici: Unified diff
Feature gui changes haeder + linter for js