esLint格式化配置
2017-11-20 本文已影响372人
skills
首选项 -> 设置
"javascript.format.insertSpaceABeforeFunctionParenthesis": true, // 函数括号前后加空格
"prettier.singleQuote": true, // 使用单引号
"prettier.semi": false, // 代码后面不加 ;
首选项 -> 设置
"javascript.format.insertSpaceABeforeFunctionParenthesis": true, // 函数括号前后加空格
"prettier.singleQuote": true, // 使用单引号
"prettier.semi": false, // 代码后面不加 ;