Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 8feb1753

Přidáno uživatelem Tomáš Ballák před asi 4 roky(ů)

Feature gui changes haeder + linter for js

Zobrazit rozdíly:

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