This file contains 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
{ | |
// Flow | |
// disable the built-in TypeScript extension | |
"javascript.validate.enable": false, | |
// PHP Code Sniffer | |
"phpCodeSniffer.autoExecutable": true, | |
"phpCodeSniffer.standard": "Custom", | |
"phpCodeSniffer.standardCustom": "WordPress-VIP-Go,WordPress-Docs", | |
// PHP Code Beautifier | |
"phpcbf.standard": "WordPress-VIP-Go,WordPress-Docs", |
This file contains 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
{ | |
// ESLint | |
"eslint.format.enable": true, | |
"eslint.validate": [ | |
"javascript", | |
"typescript", | |
"javascriptreact", | |
"typescriptreact" | |
], | |
"[javascript]": { |