Created
February 1, 2019 02:56
-
-
Save Tmeister/25e2caaa72c482a8b109b7a2a46d23f0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"editor.formatOnSave": false, | |
"javascript.format.enable": true, | |
"eslint.autoFixOnSave": true, | |
"vetur.format.defaultFormatter.html": "prettyhtml", | |
"eslint.alwaysShowStatus": true, | |
"eslint.options": { | |
"extensions": [".html", ".js", ".vue", ".jsx"] | |
}, | |
"eslint.validate": [ | |
{ "language": "html", "autoFix": true }, | |
{ "language": "vue", "autoFix": true }, | |
{ "language": "javascript", "autoFix": true }, | |
{ "language": "javascriptreact", "autoFix": true } | |
], | |
"[php]":{ | |
"editor.formatOnSave": true | |
}, | |
"[blade]": { | |
"editor.formatOnSave": true | |
}, | |
"blade.format.enable": true, | |
"files.associations": {".blade.php": "blade", ".tpl": "html"}, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for sharing this. Much appreciated. What extension are you using with this
settings.json
for Visual Studio Code? I assume Vetur, prettyhtml, but what for PHP and Blade? Is it PHP Intelliphense? What extension for Blade files?Current file I have with focus on frontend languages where I miss the PHP stuff is